Text to Pay
Send a text message or email to your customer with a link to a checkout form, by calling two APIs.
- 1.
- 2.Using the
InstallmentPlanNumber
returned from Initiate, call the RequestPayment API, passing either a telephone number asPaymentApprovalPhone
or an email address asPaymentApprovalEmail
.
The payload for the SMS should include:
{"InstallmentPlanNumber":"","PaymentApprovalPhone":""}
The payload for the email should include:
{"InstallmentPlanNumber":"","PaymentApprovalEmail":""}
3. Your customer will be able to check out using the form they receive.

Last modified 5mo ago