Available Channels
GET/api/v2/payment/channels
Lists the collection and disbursement channels enabled on your project. Read it at startup rather than hard-coding a channel list, so a newly enabled rail works without a deploy.
Responses
- 200
- 403
- 500
Channels retrieved.
Missing, invalid or suspended apiToken. Malipopay returns 403 for every authentication failure on this route, not 401.
Internal server error.