v1
latestOpenAPI 3.0.12026-08-066103.9 MBPost new payment information related to the policy.
Cf. summary
post/sales/v2/individual/travel/policies/{policy_id}/payment_updates
Path parameters
policy_idstring required
Example:ea45ec62-0d21-4f44-a577-b8624da2bf5b
Unique policy identifier.
Headers
accept-languagestring
Example:en
Accepted language, IANA language codification. If language not managed, "en" will be used by default.
Request body
Example request
{
"payment": {
"type": "CREDIT_CARD",
"psp_transaction_id": "3af6781b-3f47-4d3f-ae94-0e5167c22dc3",
"transfer_information": {
"account_holder": {
"first_name": "John",
"last_name": "Doe",
"billing_address": {
"street_address": "150 Avenue de Paris",
"postal_code": "75001",
"city": "Paris",
"country": "FR"
}
},
"account_name": "Personal Account",
"country_code": "FR",
"wire_code": [
{
"value": "FR7630006000011234567890189"
}
]
}
}
}Response
Policy confirmation response.