Tokenise a card via PayPoint
POST/api/psp/paypoint/PP.SmartPay.PaymentCard.Api/PaymentCard/CardToken
Retrieves encrypted card data from the card capture session identified by the
aiphoriaCardCaptureKey header, tokenises it via the PayPoint Card Token API using the
PayPointApiKey header, and returns the resulting card token.
Responses
- 200
- 400
- 401
- 403
- 500
Card tokenised — response body contains the PayPoint token response.
Invalid request — missing card capture key, missing PayPoint API key, or a tokenisation failure.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.