{
"items": [
{
"type": "payment-option",
"method": "card",
"icon_url": "https://api.sandbox.example.gr4vy.app/assets/icons/payment-methods/card.svg",
"mode": "card",
"label": "Card",
"can_store_payment_method": true,
"can_delay_capture": true,
"context": {
"approval_ui": {
"height": "589px",
"width": "500px"
},
"required_fields": {}
}
},
{
"type": "payment-option",
"method": "paypal",
"icon_url": "https://api.sandbox.example.gr4vy.app/assets/icons/payment-methods/paypal.svg",
"mode": "redirect",
"label": "PayPal",
"can_store_payment_method": true,
"can_delay_capture": true,
"context": {
"approval_ui": {
"height": "589px",
"width": "500px"
},
"required_fields": {}
}
},
{
"type": "payment-option",
"method": "alipay",
"icon_url": "https://api.sandbox.example.gr4vy.app/assets/icons/payment-methods/alipay.svg",
"mode": "redirect",
"label": "Alipay",
"can_store_payment_method": true,
"can_delay_capture": false,
"context": {
"approval_ui": {
"height": "589px",
"width": "500px"
},
"required_fields": {}
}
}
]
}