PagedModelPaymentRequestPayment
content object[]
Unique identifier for the payment
123e4567-e89b-12d3-a456-426614174000
Reference for the payment
REF123
Status of the payment
Possible values: [CREATED
, PENDING
, RECEIVED
, COMPLETE
, FAILED
, REVERSED
]
PENDING
Currency in which the payment is made
AED
Amount to be paid
100
Currency in which the payment is received
GBP
Amount received after conversion
75
Payment method used for the transaction
Possible values: [CARD
, BANK_TRANSFER
, CRYPTO
]
BANK_TRANSFER
Unique identifier for the account
123e4567-e89b-12d3-a456-426614174004
Unique identifier for the payer
123e4567-e89b-12d3-a456-426614174001
Unique identifier for the payment request
123e4567-e89b-12d3-a456-426614174002
Timestamp when the payment was created
2023-10-01T12:00:00Z
details object
Details depending on payment method
Details depending on payment method
Possible values: [PaymentRequestCardPayment
, PaymentRequestCryptoPayment
, PaymentRequestBankTransferPayment
]
- PaymentRequestCardPayment
- PaymentRequestCryptoPayment
- PaymentRequestBankTransferPayment
Card issuer
Country of the card issuer
Card scheme
VISA
Card type
CREDIT
Exchange rate at the time of payment
1.25
Deposit address for the crypto payment
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Transaction hash for the crypto payment
0x5c69bee701ef814a2b6a3f8d1e4f7b8c9e1f5c6d7e8f9a0b1c2d3e4f5g6h7i8j
Bank reference number for the payment
123456789
Sender's account number
GB29NWBK60161331926819
Sender's name
John Doe
payout object
Possible values: [COMPUTER_SERVICES
, FAMILY_SUPPORT
, EDUCATION
, MEDICAL_TREATMENT
, MAINTENANCE_EXPENSES
, TRAVEL
, SMALL_VALUE_REMITTANCE
, CONSTRUCTION_EXPENSES
, HOTEL_ACCOMMODATION
, ADVERTISING_EXPENSES
, ADVISORY_FEES
, BUSINESS_INSURANCE
, INSURANCE_CLAIMS
, DELIVERY_FEES
, EXPORTED_GOODS
, SERVICE_CHARGES
, LOAN_PAYMENT
, OFFICE_EXPENSES
, PROPERTY_PURCHASE
, PROPERTY_RENTAL
, ROYALTY_FEES
, SHARES_INVESTMENT
, FUND_INVESTMENT
, TAX_PAYMENT
, TRANSPORTATION_FEES
, UTILITY_BILLS
, PERSONAL_TRANSFER
, SALARY_PAYMENT
, INFLUENCER_PAYMENT
, DIVIDEND_PAYMENT
, REWARD_PAYMENT
, OTHER_FEES
, OTHER
]
Status of a payment payout during its lifecycle.
Possible values: [PENDING_APPROVAL
, INITIATED
, PAID
, FAILED
]
page object
{
"content": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"reference": "REF123",
"status": "PENDING",
"paymentSymbol": "AED",
"paymentAmount": 100,
"receivingCurrency": "GBP",
"receivingAmount": 75,
"method": "BANK_TRANSFER",
"accountId": "123e4567-e89b-12d3-a456-426614174004",
"payerId": "123e4567-e89b-12d3-a456-426614174001",
"paymentRequestId": "123e4567-e89b-12d3-a456-426614174002",
"createdAt": "2023-10-01T12:00:00Z",
"details": {
"issuer": "string",
"issuerCountry": "string",
"scheme": "VISA",
"cardType": "CREDIT",
"last4": "string"
},
"payout": {
"beneficiaryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"transactionReference": "string",
"purposeOfPayment": "COMPUTER_SERVICES",
"amount": 0,
"currency": "string",
"status": "PENDING_APPROVAL"
}
}
],
"page": {
"size": 0,
"number": 0,
"totalElements": 0,
"totalPages": 0
}
}