Cross-channel Payment
POST/api/v2/payment/pay
Pays an existing reference on a different channel from the one it was created for - for example a customer who was prompted on M-Pesa but wants to pay by bank instead.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Payment re-routed to the new channel.
Validation failed.
Missing, invalid or suspended apiToken. Malipopay returns 403 for every authentication failure on this route, not 401.
Reference not found.
Internal server error.