Skip to main content
GET
/
payment
/
detail
Get payment detail
curl --request GET \
  --url https://ramp-sandbox.hexarails.ai/payment/detail \
  --header 'X-API-Key: <api-key>'
{
  "status": "SUCCESS",
  "data": {
    "id": "12209d2d-47b4-4a07-8a01-b49052cd8204",
    "status": "CONFIRMED",
    "rate": "0.9950",
    "deductAmount": "180.50",
    "deductCurrency": "USDT",
    "receivedCurrency": "USD",
    "receivedAmount": "100.00",
    "bankCharge": "80.00",
    "reference": "payment-123456",
    "createTime": "2026-03-12 17:22:04",
    "bankAccount": {
      "bankName": "New York Bank",
      "accountNo": "123451097890",
      "swift": "CHASUS33",
      "beneficiaryName": "John Doe",
      "beneficiaryAddress": "123 Main St",
      "bankCountry": "SG",
      "bankAddress": "1 Marina Blvd"
    }
  }
}

Authorizations

X-API-Key
string
header
required

Query Parameters

id
string
required

Payment ID

Example:

"12209d2d-47b4-4a07-8a01-b49052cd8204"

Response

Get payment detail successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data