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



externalParams

A block of keyvalue 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
No

sbolInactive

Boolean

No

Attribute informing about ongoing routine maintenance

Value true – if routine maintenance is being carried out

Value false – if routine maintenance is not carried out

sbolBankInvoiceId

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

sbolInactive

Boolean

No

Attribute informing about ongoing routine maintenance

Value true – if routine maintenance is being carried out

Value false – if routine maintenance is not carried out

sbolBankInvoiceId

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"
    }
}