Creating a payment
The method allows you to create a payment with an arbitrary amount in the coin in which the address was connected
post
/api-gateway/recurrents/make-payment
Header parameters
x-api-public-keystring
Public API-key
x-api-signaturestring
Signing the request body with a private API-key
Content-typestring
Request content type
Example:
application/json
Body
merchantIdstringrequired
Merchant ID
Example:
41fe615a-96dc-42c2-9629-196383411cd4
billingLinkIdstringrequired
Payment link ID
Example:
60b5c367-1b93-448a-b08a-16da458102b5
webhookUrlstring
URL for notification of payment status change
Example:
https://merchant.domain/webhooks/payment
amountstringrequired
Payment amount in the currency in which the payment link was created
Example:
10
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated