Payment Initiate

Post https://whitelabel.markets/demos/apex/api/v1/payment

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

customer* array

first_name* string

Customer First Name

last_name* string

Customer Last Name

email* string

Customer Email Address

amount numeric

Amount is lowest currency denomination

currency* string

Currency Charge

external_reference* string

Your transaction reference. This MUST be unique for every transaction

callback_url url

Your transaction reference. This MUST be unique for every transaction

plan_id* uuid

Subscription Plan ID, required for recurring payment

metadata* array

You can pass extra information here

Response


{
    "message": "Checkout link created",
    "status": "success",
    "data": {
        "checkout_url": "https://whitelabel.markets/demos/apex/pay/link/1ea7f12e-d5fe-4490-8369-0189024401ae"
    }
}