Register a new payment card for the authenticated traveler using a client-side tokenized nonce (obtained after initialising the payment SDK with a token from POST /v1/payment-methods/client-token). Raw card data (PAN, CVV, expiry) is never accepted.
billingAddressId / invoiceProfileId optionally set the card's default billing references.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Missing or invalid authentication token, or the upstream rejected the forwarded credential while resolving billingAddressId / invoiceProfileId
403Upstream refused the request despite a valid credential (resolved deny)
404Billing address or invoice profile not found
422Validation failed (unknown or missing fields)
502Provider rejected the request (e.g. invalid nonce), or did not confirm the created payment method
503Payment method service is temporarily unavailable