curl --request GET \
--url https://api.orafi.app/v1/transactions/payment/retrieve{
"success": true,
"message": "<string>",
"data": {
"id": "<string>",
"amount": 123,
"amountInUSDC": 123,
"token": "<string>",
"depositAddress": "<string>",
"txRef": "<string>",
"status": "INITIALIZED",
"paymentMethod": "PAYMENT_LINK",
"redirectUrl": "<string>",
"paylinkId": "<string>",
"customerId": "<string>",
"transactionId": "<string>"
}
}Get information about a payment
curl --request GET \
--url https://api.orafi.app/v1/transactions/payment/retrieve{
"success": true,
"message": "<string>",
"data": {
"id": "<string>",
"amount": 123,
"amountInUSDC": 123,
"token": "<string>",
"depositAddress": "<string>",
"txRef": "<string>",
"status": "INITIALIZED",
"paymentMethod": "PAYMENT_LINK",
"redirectUrl": "<string>",
"paylinkId": "<string>",
"customerId": "<string>",
"transactionId": "<string>"
}
}