Submit an AUTH request to Trust Payments
POST/api/psp/trust/json
Resolves the {PAN}, {CSC} and {EXPIRY_DATE} placeholders in the request
from the card capture session identified by the aiphoriaCardCaptureKey header, forwards
the AUTH request to the Trust Payments Webservices JSON API using the base64-encoded
credentials supplied in the TrustAuthorization header, and returns the Trust Payments
response.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Request processed — the response body contains the Trust Payments AUTH response.
Invalid request — missing card capture key, missing authorization header, empty body, or a gateway-rejected message.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
The card capture session could not be found.
An unexpected server error occurred.