Creating a payment

The method allows you to create a payment with an arbitrary amount in the coin in which the address was connected

Creating a payment

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

The body of the request to create a payment for the payment link

merchantIdstringRequired

Merchant ID

Example: 6c3428c6-c8b8-444f-9ab0-78c864df1719
billingLinkIdstringRequired

Payment link ID

Example: 8a19100c-e2ec-46ba-932f-682d2df79d8b
webhookUrlstringOptional

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
chevron-right
200Success
application/json
post
/api-gateway/recurrents/make-payment
200Success

Last updated