List of available RESTful API methods. You can find a detailed description of all endpoints in the endpoints section of this documentation or by going to the API Explorer.
| Endpoint | Method | Usage |
|---|---|---|
/{merchantId}/transaction |
POST |
Creating a transaction |
/{merchantId}/transaction/{transactionId} |
GET |
Downloading transaction data |
/{merchantId}/transaction/{transactionId}/capture |
POST |
Capturing transactions with manual transaction capture enabled |
/{merchantId}/transaction/{transactionId}/void |
POST |
Rejecting a transaction with manual transaction acceptance enabled |
/{merchantId}/transaction/profile |
POST |
OneClick or recurring profile debiting |
/{merchantId}/profile/cid/{cid} |
GET |
Retrieving profile information based on cid |
/{merchantId}/profile/id/{paymentProfileId} |
GET |
Retrieving profile information based on profile ID |
/{merchantId}/profile/id/{paymentProfileId} |
DELETE |
Deactivating OneClick or recurring profile |
/{merchantId}/profile/deactivate |
POST |
Deactivating your OneClick or recurring profile |
/{merchantId}/payment |
POST |
Creating a payment link |
/{merchantId}/payment/{paymentId} |
GET |
Downloading payment link data |
/{merchantId}/payment/cancel |
POST |
Cancelling a payment link |
/{merchantId}/transaction/{transactionId}/refund |
POST |
Creating a refund |
/{merchantId}/transaction/{transactionId}/can-refund |
POST |
Obtaining information about the possibility of making a refund |
/{merchantId}/service/{serviceId}/get-payment-methods |
POST |
Downloading available payment methods |
/{merchantId}/service/{serviceId} |
GET |
Downloading shop data |
/{merchantId}/service/{serviceId} |
GET |
Downloading shops data |
/{merchantId}/settings/ips |
GET |
Downloading the list of trusted IP addresses |
/{merchantId}/settings/ips |
PUT |
Adding trusted IP addresses to the list |