website logo
Home
Widget
API
Navigate through spaces
⌘K
Submitting KYC Data
πŸ“₯Onramp API Integration.
πŸ‘€Customer login
Crypto Tokens
Crypto Token Quotation
πŸ“‘Orders
πŸͺWeb hook - Onramp
πŸ“€Offramp API Integration.
πŸ‘€Customer login
πŸ“‘Create Order Offramp
πŸ“ˆQuotation
πŸͺWeb hook - Offramp
Docs powered byΒ archbeeΒ 

Update Transaction Hash

1min
Update Transaction Hash for the offramp order so that order will be completed and fiat payout will be processed.
POST
Params
Header Parameters
x-api-key
required
String
api key from dashboard
Authorization
required
String
Bearer <authToken>
Body Parameters
orderId
required
String
order ID from create order
txnHash
required
String
transaction hash for success transfer of tokens to our wallet.
ο»Ώ
Sample request body
|
{
    "orderId":"13132242422424",
    "txnHash":"0xe13r11922664140998823t712t3781t7"
}
ο»Ώ

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Fetch Order Status
NEXT
Quotation
Docs powered byΒ archbeeΒ 
Update Transaction Hash