Submit a payment to Pay360
POST/api/psp/pay360/acceptor/rest/transactions/:instId/payment
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 Pay360 for the installation identified by instId using the
Pay360Authorization header, and returns the response.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Payment processed — response body contains the Pay360 response.
Invalid request — missing payload, missing card capture key, missing authorization header, or null gateway response.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.