Skip to main content
TestEndpointTask
Create a recipient with account ownwership Validate/v2/recipients/validate?accountId={accountId} (Beta)Check for creation of new recipient with status UNVERIFIED . Ensure creation and handling of JSON in/out. Include all of the fields to be used in your final integration.
Confirm a created recipient/v2/recipients/confirm?accountId={accountId} (Beta)Ensure that bank details are in the correct format with all needed routing information based on the destination, currency and recipient type before confirming.
Receive and verify RecipientCreated webhookN/AEnsure RecipientCreated webhook is received correctly. Ensure graceful parsing of data as required by your app.
List all recipients/v2/recipients?accountId={accountId}Retrieve a list of all recipients associated with at least one account. Ensure your app receives and parses back JSON gracefully.
Find a recipient/v2/recipients/{recipientId}?accountId={accountId}Retrieve details of one recipient to be used in a quote/order. Ensure your app receives and parses back JSON gracefully.
Delete a recipient/v2/recipients/{recipientId}?accountId={accountId}Check that a recipient is deleted correctly. Ensure system sends/receives JSON correctly and handles/records deleted details.
Receive and verify RecipientDeleted webhookN/AEnsure RecipientDeleted webhook is received correctly. Ensure graceful parsing of data as required by your app.
Create a currency quote/v2/orders?quote?accountId={accountId}Check for creation of a new currency quote. Ideally, you should conduct this test with more than one currency if possible. Ensure creation and handling of JSON and correct parsing. Include all fields to be used in final integration.
Create a successful order/v2/orders/trade?accountId={accountId}Ensure that a new order is created successfully. Include all fields to be used in your final integration.
Receive and verify OrderCreated webhookN/AEnsure OrderCreated webhook is received correctly. Ensure graceful parsing of data as required by your app.
Receive and verify OrderCompleted webhookN/AEnsure OrderCompleted webhook is received correctly. Ensure graceful parsing of data as required by your app. This applies to production only.
Receive and verify BoxDebited and BoxCredited webhooksN/AEnsure BoxDebited and BoxCredited webhooks are received correctly. Ensure graceful parsing of data as required by your app.