Get Transaction State
https://api.localramp.co/v1/transaction/buy/status/:referencex-auth-token: <SECRET_KEY>{
"status": "success",
"data": {
"reference": "my-unique-ref",
"state": "completed",
"txid": "<txID>",
"received_amount": "0.7382747",
"receiver_currency": "BTC_BTC",
"sent_amount": "10000",
"sender_currency": "NGN",
"destination_address": "<address>",
"destination_tag": null,
"email": "[email protected]",
"payment_method": "bank_transfer", //mobile_money
"source_account_bank": "Wallet Bank"
"phone_network": "MTN",
"phone_number":"+2340000000",
}
}Last updated