Complete the card-save flow: the provider runs a nominal verification charge against the authenticated card, voids it, and persists the card. Returns the saved payment method.
Send the nonce the client SDK resolves after the challenge, or paymentMethod.nonce from the lookup when no challenge was required — never the nonce the lookup was started with. Add the vault aliases minted during tokenization. Raw card data (PAN, CVV, plaintext expiry) is never accepted, and the verification amount is fixed server-side — only its currency is caller-supplied.
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. failed verification or an expired 3D Secure transaction), or did not confirm the saved payment method
503Payment method service is temporarily unavailable