SafetyPay Restrictions
Payment restrictions used to initiate a payment for the option selected by the customer at merchant checkout.
payment_instrumentstring
Payment instrument selected at merchant checkout.
This parameter is mandatory when
payment_instrument_subtype is supplied.
Possible values: [paysafecard, safetypay]
Example:
safetypaypayment_instrument_subtypestring
Payment instrument subtype selected at merchant checkout.
Possible values: [cash, online]
Example:
onlinebank_idsstring[]
Bank IDs used to restrict the bank options displayed to the customer.
Multiple bank IDs are supported. The source documentation states that no more than 74 characters, equivalent to 14 bank IDs, can be supplied.
Supplying bank_ids without payment_instrument displays the
available payment methods.
Possible values: <= 14
Example:
["8439","8382"]SafetyPay Restrictions
{
"payment_instrument": "safetypay",
"payment_instrument_subtype": "online",
"bank_ids": [
"8439",
"8382"
]
}