Sandbox Special Moves
Only used when developing in Sandbox
When developing on the staging server, you can ping these endpoints to simulate a KYB/C check passing or a Payment Detail being approved.
Update the status of a User's KYC application
Note: only the status attribute can be updated to one of the values listed here. If you want to clear the User, set status
to approved
.
Update the status of a Payment Detail
Note: only the status attribute can be updated to one of the values listed here. If you flip the status to approved
any pending Outstanding Actions associated with the Payment Detail will be marked and verified as complete.
Simulate Webhooks
Sometimes you want to test webhook handling without having to perform the actions necessary to trigger a webhook firing. This endpoint will return a payload in response to your request, but will then also send an asynchronous response to your defined callback URL. You can use this endpoint to trigger web-hooks with a variety of statuses to test how your integration will handle them.
To test against specific objects you can also send a UUID for offramp_id
, onramp_id
, user_id
or payment_detail_id
. The payload we return will reflect the specified UUID for that attribute.
Query Params
Using the Goerli/Sepolia network
When executing a quote in the the staging
environment, you can specify your Crypto Transfer to have a blockchain
value of ethereum
and anetwork
value of goerli/sepolia.
With these values submitted, you can also submit a tx_id
of a transaction on the Goerli/Sepolia network for validation.
Last updated