Skip to main content

Payment_Details_Response

messagestring

Human-readable description of the result.

Example: Getting payment info successful
statusboolean

Whether the request succeeded.

Example: true
data object

Response payload.

amountnumber

Charge amount in the response's currency units.

tax_amountnumber
currencystring

ISO 4217 currency code.

paid_fromstring

The source of the payment.

statusstring

Current lifecycle state of the resource.

gateway_responsestring

The response from the payment gateway.

descriptionstring

Human-readable description of the resource.

transaction_idstring

The transaction ID associated with the payment.

invoicestring
payment_idstring

The unique identifier for the payment.

created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

updated_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was last modified.

Payment_Details_Response
{
"message": "Getting payment info successful",
"status": true,
"data": {
"amount": 0,
"tax_amount": 0,
"currency": "string",
"paid_from": "string",
"status": "string",
"gateway_response": "string",
"description": "string",
"transaction_id": "string",
"invoice": "string",
"payment_id": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}