Restrictions
The payment restrictions array. Gives the possibility to initiate a payment for the specific option chosen by the customer at the merchant's checkout.
payment_instrumentstring
The payment instrument gives the possibility to initiate the payment for the specific option chosen at the checkout page.
Possible values: [paysafecard, giftcard]
Example:
giftcardpayment_instrument_subtypestring
If giftcard was used for the payment_instrument, the payment
can be initiated for a specific gift card option by defining a
subtype.
Possible values: [cvspharmacy, dollargeneral, openbuckscard]
Example:
openbuckscardRestrictions
{
"payment_instrument": "giftcard",
"payment_instrument_subtype": "openbuckscard"
}