Инструменты страницы



Connection URLs

Requests for working with bindings

Method name URL Sending a security token is required
Request to create a customer profile https://3dsec.sberbank.ru/sbersafe/api/client/create Yes
Request to search for a customer's profile https://3dsec.sberbank.ru/sbersafe/api/clients/find No, but it's necessary to pass the customer's mobile phone number – phone For details, see the description of the authentication procedure.
Request an access code https://3dsec.sberbank.ru/sbersafe/api/auth/otp

No, but it's necessary to pass the customer ID and the merchant's name:

  • uuid;
  • merchantLogin.

For details, see the description of the authentication procedure.

Request for a security token https://3dsec.sberbank.ru/sbersafe/api/auth/token

No.But it's necessary to pass the access code and the value of the one-time password:

  • accessCode;
  • otp.

For details, see the description of the authentication procedure.

Request for the information about the customer https://3dsec.sberbank.ru/sbersafe/api/clients/ Yes
Request for order registration and payment (as a single request) https://3dsec.sberbank.ru/sbersafe/api/order/instantPayment Yes
Request for the extended information about the binding https://3dsec.sberbank.ru/sbersafe/api/bindings/ Yes
Request for order payment https://3dsec.sberbank.ru/sbersafe/api/order/payment No
Start of payment https://3dsec.sberbank.ru/sbersafe/api/payment/start Yes
Payment completion https://3dsec.sberbank.ru/sbersafe/api/payment/finish Yes
Start of transfer https://3dsec.sberbank.ru/sbersafe/api/transfer/start Yes
Transfer completion https://3dsec.sberbank.ru/sbersafe/api/transfer/finish Yes
Request for an auto-payment https://3dsec.sberbank.ru/sbersafe/api/payment/autopayment Yes
Request for information about the result of an operation https://3dsec.sberbank.ru/sbersafe/api/transactions/find Yes
Request for a list of operations performed https://3dsec.sberbank.ru/sbersafe/api/transactions/ Yes
Change of the displayed card name https://3dsec.sberbank.ru/sbersafe/api/change Yes
Deletion of the card from the list of saved ones https://3dsec.sberbank.ru/sbersafe/api/delete Yes
Making a recurrent payment https://3dsec.sberbank.ru/sbersafe/api/payment/recurrent No