Third Party Payment

Overview

For each customer profile, you can generate a unique virtual bank account or PayNow QR for payment collections. When our system successfully receive payments from your users, we will trigger a webhook callback to your system for you to complete the transactions or credit the users for their top-ups.

Sequence Diagram for Payment Method Setup Flow

Create a Virtual Bank Account (VA) or PayNow QR

To accept payments, you have the option to either create a virtual bank account or generate a persistent/dynamic PayNow QR code.

Virtual Bank Account (VA): You can create a virtual bank account to obtain bank transfer details, which you can then provide to your users. This allows users to add a payee in their banking app and complete the transfer.

  • SGD VA: This account is created instantly.
  • USD VA: Activation typically takes 1 day. StraitsX will send a callback to the URL specified on your StraitsX Business Dashboard once the account status is updated. Note that additional information might be requested, and in some cases, the USD account application may be declined.

PayNow QR: Alternatively, you can also create PayNow QR which you can display to your user for them to easily scan and make transfer.

  • Persistent PayNow: You can create a persistent PayNow payment method and provide a QR code to your users. This allows users to make multiple payments using the same QR code. Note that each user can have only one persistent PayNow payment method.
  • Dynamic PayNow: You can create a dynamic PayNow payment to generate a unique QR code for each individual transaction. When creating a dynamic PayNow QR code, you need to specify the amount and expiry date. Once a payment is made to a dynamic PayNow QR code, it cannot be used for additional payments.
  • Note: Ensure that users do not alter the reference number that is automatically populated after scanning the PayNow QR code, as modifications may result in payment rejection.

Sequence Diagram for Payment Processing Flow

Accepting Payment

Once your user make a payment to the VA or PayNow QR provided, StraitsX will send a callback notification to you via the callback URL indicated on the StraitsX Business Dashboard. Learn more about callback configuration.

In the event that a payment is blocked by StraitsX, a callback will be fired to you with the blocked code. In some cases, supplementary information or proof may be required to continue processing the payment.

Note: If a payment is less than the transaction fees charged, no amount will be credited to your account.

ℹ️

Sandbox Testing

To test your integration, you could initiate a mock bank transfer or mock PayNow payment. Callback will also be sent in the sandbox environment.

Webhooks

Webhook callbacks use HTTP POST request and expects 200 OK in the response. Each failed webhook callback is retried up to 20 times with a 5-minute interval. If you need to retrigger callback for a single contract or a list of contracts, you can do so via our callback event endpoints.

For sample payloads and detailed field descriptions, see Payment Callbacks.


What’s Next

Next, learn how to create a payout to facilitate your user's payout requests.

Did this page help you?