Retrieve a wallet transaction by referenceId

This API endpoint returns a created wallet transaction based on the referenceId.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Successful response payload data

Related guide(s): How payment intents work and Payment intent status.

Parameter nameData typeDescription
idstringThe ID of the wallet transaction.
paymentIntentIdstring

The unique identifier for a payment transaction.

More information can be found in the How payment intents work page.

paymentIntentStatusstring

The current status of the payment intent.

The full list of statuses can be found in the Payment intent status page.

codestringThe access code generated by the Setel App to authorise the purchase.
referenceIdstring

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.

amountstringThe total amount for all the items after discounts and taxes.
currencystring

The three-letter ISO currency code of the payment.

Currently, only supports MYR.

descriptionstringStores more information about the order from partners.
subMerchantobject

⚠️Required for third-party acquirers
Information about partner's merchant (lowest level merchant).

This will be used to display on our checkout page and e-receipt.

subMerchant.namestringThe name of partner's merchant.
subMerchant.referencestringThe partner's merchant's ID provided by partners.
createdAtdate stringThe time the checkout session was created.
updatedAtdate stringThe time the checkout session was last updated.
Query Params
string
required

Partner's reference id

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json