Creating a payment link
The method creates a temporary link to connect the user. The user must follow the link and give permission to spend coins from his address. After that, you will receive a webhook with the status and payment link ID
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 link to connect the user
merchantIdstringRequiredExample:
Merchant ID in the system
86f1f78d-77c6-4bb1-b67c-8389218ce646clientIdstringRequiredExample:
Client ID in the merchant system
merchant_client_unique_idclientNamestringOptionalExample:
Client name in the merchant system
John DoereturnUrlstringOptionalExample:
URL to be used as "Return to Store" link
https://merchant.domain/webhookUrlstringOptionalExample:
URL to notify about connecting or denying a client's connection request
https://merchant.domain/webhooks/subscriptionResponses
200Success
application/json
post
/api-gateway/recurrents/create-subscriber-billing-link200Success
Last updated