Creating a payment
The method allows you to create a payment with an arbitrary amount in the coin in which the address was connected
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
feb6b8db-87f2-46cf-a2a7-74f4c71ec577billingLinkIdstringRequiredExample:
Payment link ID
78c1d432-1c30-46c3-9a39-1d0eca9126bbwebhookUrlstringOptionalExample:
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