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,
    "additional_data": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    }
}

flat_number, building_name, or building_number are required

Last updated