Инструменты страницы
externalParams
A block of key
–value
pairs, which is returned along with payment using the app2app and back2app schemes.
The following parameters can be used with the app2app schema (see table below).
Name | Type | Mandatory | Description |
---|---|---|---|
|
ANS..1024 | No |
Link to the Bank's application to complete the payment. |
|
Boolean | No |
Attribute informing about ongoing routine maintenance
Value
Value |
|
ANS..1024 | No |
Unique order identifier generated by the Bank. |
Below is an example of a response with a block externalParams
.
{ "orderId":"a728b310-c3a7-7c27-86fd-dc8100a20c60", "formUrl":"https://localhost:8989/payment/merchants/rbs/payment_ru.html?mdOrder=a728b310-c3a7-7c27-86fd-dc8100a20c60", "externalParams":{ "sbolBankInvoiceId":"a728b310-c3a7-7c27-86fd-dc8100a2", "sbolDeepLink":"https://test.ru" } }
The following parameters can be used with the back2app scheme:
Name | Type | Mandatory | Description |
---|---|---|---|
|
Boolean | No |
Attribute informing about ongoing routine maintenance
Value
Value |
|
ANS..1024 | No |
Unique order identifier generated by the Bank. |
Below is an example of a response with an externalParams block for the back2app scheme.
{ "orderId":"a728b310-c3a7-7c27-86fd-dc8100a20c60", "formUrl":"https://localhost:8989/payment/merchants/rbs/payment_ru.html?mdOrder=a728b310-c3a7-7c27-86fd-dc8100a20c60", "externalParams":{ "sbolBankInvoiceId":"a728b310-c3a7-7c27-86fd-dc8100a2", "sbolInactive":"false" } }