Submit a payment to Barclaycard Fuse
POST/api/psp/barclaycardfuse/pts/v2/payments
Retrieves encrypted card data from the card capture session identified by the
aiphoriaCardCaptureKey header, injects the decrypted card details into the request,
forwards it to the Barclaycard Fuse gateway using the merchant identified by the
v-c-merchant-id header, and returns the gateway response.
Request
Responses
- 201
- 400
- 401
- 403
- 500
- 502
Payment created — response body contains the Barclaycard Fuse success payload.
Invalid request — missing payload, missing card capture key, missing merchant id, or a gateway-rejected payment.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.
The Barclaycard Fuse gateway returned an error response.