Payment options
The payment option object and the allowed CRUD operations on the related resource endpoint
Adyen
"data": {
"type": "payment_options",
"attributes": {
"payment_source_type": "adyen_payments",
"data": {
"additionalData": {
"airline": {
"agency_invoice_number": "000567",
"agency_plan_name": "Ryanair",
"airline_code": "FR"
}
},
"lineItems": [
{
"id": "aGKdfVClyj",
"sku": "SKU000XY"
},
{
"id": "fSXweDxKJq",
"sku": "SKU000WZ"
}
],
"riskData": {
"clientData": "y0ur-cl13nt-D4ta",
"fraudOffset": 2
}
}
},
"relationships": {
"order": {
"data": {
"type": "orders",
"id": "ABCRtyUpBa"
}
}
}
}Last updated