Payment Links
Create payment link
Authorization
Set value to `Bearer SECRET_KEY`
Param
Required?
Description
{
"title": "The test link",
"currency": "NGN",
"amount": 10000,
"isFixedAmount": true,
"type": "easy"
}{
"title": "The test link",
"currency": "NGN",
"amount": 10000,
"isFixedAmount": true,
"type": "easy",
"purpose": "Collect semo payment"
}Sample response:
Last updated