cURL
curl --request GET \ --url https://api.sandbox.monite.com/v1/entities/{entity_id}/payment_methods \ --header 'Authorization: Bearer <token>' \ --header 'x-monite-version: <x-monite-version>'
{ "data": [ { "direction": "receive", "name": "SEPA Payments", "status": "active", "type": "sepa_credit" } ] }
Get all enabled payment methods.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes