Skip to main content
GET
/
transactions
/
payment
/
retrieve
Retrieve payment information
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>"
  }
}

Query Parameters

payment_id
string
required

Response

200 - application/json

Payment information

success
boolean
message
string
data
object