Submit an external card session
Submit the counter party and card details collected by a hosted session.
Creates the counter party (if not already attached) and the external card.
The session must be PENDING and not expired. Restricted to HIFI’s hosted
session UI; not callable with a client API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
^user_[A-Za-z0-9]+$Public ID of the external card session (prefixed with ecs_)
Body
Counter party and card details collected by the hosted session. Omit
counterParty if the session was created with a counterPartyId.
Submits the collected counter party and card details for an external card
session. counterParty is required unless the session was created with a
counterPartyId, in which case it must be omitted.
Card details to tokenize. The card number is tokenized with the card provider and never stored in plaintext; only the last four digits are retained.
An individual counter party. Only type, firstName, and lastName are
always required; the other fields become required depending on what is later
attached (external wallet needs the name only; external account needs
phoneNumber, email, dateOfBirth, taxId, taxIdType, nationality, address).
- Option 1
- Option 2
Response
External card session submitted successfully. The counter party and external card have been created.
The counter party and external card created from a submitted session.