Start Payment

Start a PayLater or PayNow Payment

POST {{base_url}}/v2/apply/

Creates/Send a payment link. A successful request will return a token and a redirect_url. The customer should be redirected to the redirect_url so they can complete payment, and token recorded for later use.

Headers

Request Body

{
  "message": "Application created successfully",
  "data": {
    "token": "<token>",
    "redirect_url": "<url>"
  },
  "success": true
}

flat_number, building_name, or building_number are required

Last updated