Payments
Create a transfer quote
Creates a new transfer quote, which can then be executed using the Execute a transfer quote endpoint. If you want to automatically execute the transfer without needing to confirm, specify execute as true.
POST
Create a transfer quote
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Body
application/json
Response
201
application/json
Successfully created a transfer.
The response is of type object
.
Create a transfer quote