This API endpoint returns detail about the session using the session ID.
Related guide(s): How payment intents work, Payment intent status and Capture method
Successful response payload data
Param Name | Type | Description |
---|---|---|
|
| The ID of the checkout session. |
|
| Partner’s |
|
| The unique identifier for the payment transaction. More information can be found in the How payment intents work page. |
|
| The current status of the payment intent. The full list of statuses can be found in the Payment intent status page. |
|
| The status of the session. |
|
| The payment method for this session. |
|
| The family the payment method belongs to. |
|
| The payment method type. |
|
| The payment method brand. |
|
| The merchant ID of a particular merchant. |
|
| ⚠️Required for Third-Party Acquirers This will be used to display on our checkout page and e-receipt. |
|
| The name of partner's merchant. |
|
| The partner's merchant's ID provided by partners. |
|
| A unique string to reference the wallet transaction. This can be an order ID, a cart ID, or something similar generated by the merchant’s side. |
|
| An identifier to see if the transaction is a captured transaction. More information can be found in the capture method page. |
|
| The total amount of all items after discounts and taxes. |
|
| The amount captured. |
|
| The amount refunded. |
|
| The three-letter ISO currency code of the payment. Currently, only supports MYR which is the default value. |
|
| An object to store additional information about the transaction (e.g., order details, etc.). |
|
| Stores an array of items that is included in the transaction. |
|
| Name and description of the item. |
|
| Item variation. |
|
| The price per item. |
|
| The number of this product purchased. |
|
| Total price = item quantity x item unit price |
|
| The total price after discount. |
|
| The total amount of discount given. |
|
| The total amount before applying any taxes or discount, fee, etc. |
|
| The shipping fee (applicable for e-commerce). |
|
| The code for the pump being operated. |
|
| The name of the station where the operating pump is located. |
|
| Stores the name of the location/region. |
|
| The time the checkout session was created. |
|
| The time the checkout session was last updated. |
|
| Displays the error that is returned by the Setel server. |