Getting Started
How to integrate and authenticate with the Request Technology service.
Last updated
How to integrate and authenticate with the Request Technology service.
Last updated
Below is a step-by-step overview on how to register a user and complete their first crypto-to-fiat payment.
Collect user details and in Core. Have them sign the usage .
and ask the user to follow and complete the onboarding URL.
Wait for a to arrive confirming the user has been approved. (Note: in sandbox you can manually update their approval status ).
Collect the details of the recipient bank account and .
. This object will update after you complete step 3 to tell you how much crypto to send and where.
that tell us which bank accounts we should send fiat to once your Quote is executed.
to begin the fiat processing.
Await webhook with updates regarding the progress of each Offramp.
The base URL is where our API is hosted. While you are developing we recommend using our sandbox (staging) domain before switching onto production. Throughout our documentation it will be referred to as {{base_url}}
https://core-api-staging.pay.so/v1
https://core-api.pay.so/v1
We can offer a Postman collection bespoke to your organisation upon request. It will contain all the API requests listed in these docs along with inbuilt Authentication with your API key.