Create a guest payment via PayPoint
POST/api/psp/paypoint/MultiPay/v1/account/:customerAccountNumber/payment
Creates a guest payment via the PayPoint MultiPay API using the MOTO channel. Retrieves
encrypted card data from the card capture session identified by the aiphoriaCardCaptureKey
header and authenticates to PayPoint using the PayPointApiKey header. This is an
asynchronous operation — PayPoint returns 202 Accepted and posts the result to the configured
callback URL.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Payment accepted — PayPoint will post the result to the callback URL.
Invalid request — missing card capture key, missing PayPoint API key, missing account number, or a PayPoint-rejected payment.
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.