API Documentation
Offramps API
Offramps API
  • Guides
    • Getting Started
  • API Reference
    • Authentication
    • Agreements
      • Agreements#Show
    • Users
      • Users#Create
      • Users#Show
      • Users#Index
    • KYC Sessions
      • KYC#Create
    • Payment Details
      • PaymentDetails#Create
      • PaymentDetails#Index
      • PaymentDetails#Show
      • PaymentDetails#Validate
      • PaymentDetails#Deactivate
      • Rail Availability
      • Required Fields For Local Currency Payouts
      • Required Fields For Swift Currency Payouts
    • Quotes
      • How to make a payment
      • Quotes#Create
      • Quotes#Show
      • Quotes#Execute
      • Quote#Rate
    • Offramps
      • Offramps#Index
      • Offramps#Create
      • Offramps#Update
      • Offramps#Show
      • Limitations
    • Webhooks
      • KYC Webhook
      • Offramp Webhook
      • Payment Detail Webhook
      • Webhook Signatures
    • Errors
    • Conversions
      • Conversions#Create
  • Sandbox Only
    • Sandbox Special Moves
Powered by GitBook
On this page
  1. API Reference
  2. Quotes

How to make a payment

Find out how to pay out to one or many bank accounts.

PreviousQuotesNextQuotes#Create

How to initiate a payment to one or many bank accounts:

  1. . The value ofdeposit_token_amount will initially be 0.

  2. that belongs to the Quote. This is where you say how much of which currency you want to be delivered to which bank account.

  3. You can add one Offramp if you are just paying one bank, or multiple Offramps if you are paying multiple banks in one go.

  4. The value of deposit_token_amount on the Quote object will increase with every Offramp you add to reflect the amount of crypto that needs to be transferred. You can use Quote#Show to check the value at any time.

  5. Once you have added all your Offramps, transfer the deposit_token_amount to the provided deposit_address and submit the token hash to .

  6. You will then receive informing you about the payment progress.

Create a Quote object
Create an Offramp object
Quotes#Execute
webhooks