Jèko
Payment Links

Create payment link (Partner API)

POST
/partner_api/payment_links

Authorization

ApiKey ApiKeyId
X-API-KEY<token>

In: header

X-API-KEY-ID<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/partner_api/payment_links" \  -H "Content-Type: application/json" \  -d '{    "storeId": "b8adcdc8-9238-4168-90f8-77b2d14c211c",    "title": "stringstri",    "amountCents": 10000,    "currency": "XOF"  }'
{  "id": "string",  "storeId": "string",  "title": "string",  "amount": {    "amount": 0,    "currency": "XOF"  },  "allowMultiplePayments": true,  "canReceivePayments": true,  "link": "http://example.com"}