cURL
curl --request POST \ --url https://checkout-api-service.epayclub.com/checkout/links/create \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "Name": "<string>", "Description": "<string>", "PaymentType": "<string>", "Currency": "<string>", "AuthOption": "<string>", "Amount": "<string>", "Mobile": "<string>", "BackgroundImage": "<string>", "Website": "<string>", "Limit": "<string>" } '
{ "data": { "paymentLink": { "id": 133, "name": "Checkout TestAB", "paymentType": null, "logo": "https://merchant-api-service.devepayclub.com/subsidiary/dashboard/file/epayclub-compliance-images/download?fileId=", "amount": null, "dateCreated": "2025-04-15T00:16:33.984405", "reference": "vxwHip7xXm4xtPUtg0ZzDv$0noEby6MIPxG74O9nm4v3b1tby9mnErxfSOY_AZ0412", "createdBy": null, "creatorEmail": null, "isActive": true, "currency": "USD", "limit": 1, "paymentLinkUrl": "https://payment-link.devepayclub.com/vxwHip7xXm4xtPUtg0ZzDv$0noEby6MIPxG74O9nm4v3b1tby9mnErxfSOY_AZ0412", "appEnvironmentId": 1, "paymentLinkType": "Single Charge", "paymentLinkCode": "SC", "description": "A Demo to understand how payment links work." }, "subsidiary": { "id": 1, "name": "Merchant Epayclub", "country": "NG", "supportEmail": "merchant@epayclub.com", "customization": null } }, "status": "success", "statusCode": "00", "message": "Payment details fetched successfully" }
Create a payment link for your customer.
SC
MC
SUB
AUTH
NOAUTH