Creating a payment
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
The body of the request to create a payment for the payment link
merchantIdstringRequiredExample:
Merchant ID
386fc09d-b4b8-4081-ae99-bf9710e80239billingLinkIdstringRequiredExample:
Payment link ID
1db0ec64-8a2e-4bec-810a-be4bde21c412webhookUrlstringOptionalExample:
URL for notification of payment status change
https://merchant.domain/webhooks/paymentamountstringRequiredExample:
Payment amount in the currency in which the payment link was created
10Responses
200Success
application/json
post
/api-gateway/recurrents/make-payment200Success
Last updated