Links

Text to Pay

Send a text message or email to your customer with a link to a checkout form, by calling two APIs.
  1. 1.
    Begin by calling the Initiate API to establish a plan.
  2. 2.
    Using the InstallmentPlanNumber returned from Initiate, call the RequestPayment API, passing either a telephone number as PaymentApprovalPhone or an email address as PaymentApprovalEmail.
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