get https://api.moonpay.com/v1/transactions/
Retrieve a transaction by id. This call will return an error if no transaction with the supplied identifier exists.
Log in to see full request history
Responses
Retrieve a transaction by id. This call will return an error if no transaction with the supplied identifier exists.
xxxxxxxxxx
curl --request GET \
--url https://api.moonpay.com/v1/transactions/transactionId \
--header 'accept: application/json'
xxxxxxxxxx
89}
{
"id": "defb7c52-7bd3-422b-9052-374df50cc51a",
"createdAt": "2024-02-17T18:24:45.206Z",
"updatedAt": "2024-02-17T18:24:45.206Z",
"baseCurrencyAmount": 45.5,
"quoteCurrencyAmount": 0.0154,
"feeAmount": 1.7,
"extraFeeAmount": 0.43,
"paymentMethod": "credit_debit_card",
"networkFeeAmount": 2.37,
"areFeesIncluded": true,
"status": "completed",
"failureReason": null,
"walletAddress": 8.978072538997387e+47,
"walletAddressTag": null,
"cryptoTransactionId": 8.25717145014808e+75,
"redirectUrl": "https://api.moonpay.com/secure/url?transactionId=defb7c52-7bd3-422b-9052-374df50cc51a",
"returnUrl": "https://buy.moonpay.com/transaction_receipt?transactionId=defb7c52-7bd3-422b-9052-374df50cc51a",
"widgetRedirectUrl": null,
"eurRate": 0.92432,
"usdRate": 1,
"gbpRate": 0.79016,
"bankDepositInformation": null,
"bankTransferReference": null,
"currencyId": "8d305f63-1fd7-4e01-a220-8445e591aec4",