/v1/onboard
Request to confirm registration in the Yandex Pay console.
Request
POST
https://example.merchant.ru/v1/onboard
Production
POST
https://sandbox.example.merchant.ru/v1/onboard
Sandbox
Body
application/json
{
"apiKey": "string",
"force": false,
"merchantAuthToken": "string",
"merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b"
}
Name |
Description |
apiKey* |
Type: string |
merchantAuthToken* |
Type: string Authorization token generated by the merchant |
force |
Type: boolean Default: |
merchantId |
Type: string<uuid> |
Responses
200 OK
success
Body
application/json
{
"status": "success"
}
Name |
Description |
status |
Type: string Default: |
400 Bad Request
bad request
Body
application/json
{
"reason": "string",
"reasonCode": "FORBIDDEN",
"status": "fail"
}
Name |
Description |
reasonCode* |
Type: string Enum: |
reason |
Type: string |
status |
Type: string Default: |
No longer supported, please use an alternative and newer version.