Offramps
The Offramp object represents a fiat payout to a bank account.
Once you have created a Quote and made the crypto-transfer to the Quote's deposit address, you'll want to tell us who to pay and how much.
In return, we'll give you an Offramp object for each recipient which tells you the status of the fiat payout.
Below are the possible values for an Offramp's status
.
Status | Description |
---|---|
initiated | The Offramp object has been created but no crypto deposit has yet been received. |
pending_internal_assessment | The crypto deposit has been received and the payment is awaiting approval from the Pay.so team. |
ongoing_checks | There are issues with the payment that have to be addressed before we can issue the payment. |
sending_fiat | The payment has been approved and the process to delivering the payment is underway. |
fiat_sent | The payment has been sent successfully. |
bounced | A payment provider has indicated that something has gone wrong with the payment. Either new payment_details must be provided or the user can request a refund. |
failed | The payment has been rejected and funds will be arranged to be returned to the sender. |
Last updated