Overview
Before an entity can receive or make payments via Monite payment rails, you need to specify the payment methods that the entity will be able to use. Supported payment methods vary by entity country. See Payment methods for the country coverage.All API calls mentioned on this page require a partner access token.
Enable payment methods
To enable one or more payment methods for an entity, callPUT /entities/{entity_id}/payment_methods. In the request body, the payment_methods_receive list specifies the methods by which the entity can receive payments from its counterparts, and the payment_methods_send list specifies the methods that the entity can use to make payments to others.
Some payment methods can be used both to send and receive payments, while others can be used only to send or only to receive payments. Refer to the Payment method codes table below.
status of each payment method. Those with the active status can be used immediately, whereas inactive methods require additional onboarding of the entity.
Get enabled payment methods
To get the payment methods that were enabled for an entity, callGET /entities/{entity_id}/payment_methods:
send or receive), and the payment method’s status (active or inactive). If a specific payment method is enabled for both the send and receive directions, it is listed twice (once per direction).
Payment method codes
The following table contains the payment method codes used by the/entities/{entity_id}/payment_methods endpoints, and whether these methods can be used to send or receive payments.
| Name | type value | Payment direction:receive | Payment direction:send |
|---|---|---|---|
| ACH Direct Debit | us_ach | :heavy_check_mark: | |
| Affirm | affirm | :heavy_check_mark: | |
| Apple Pay | card | :heavy_check_mark: | |
| Bacs Direct Debit | bacs_direct_debit | :heavy_check_mark: | |
| Bancontact | bancontact | :heavy_check_mark: | |
| BLIK | blik | :heavy_check_mark: | |
| Card payments (credit and debit cards) | card | :heavy_check_mark: | |
| Electronic Payment Standard | eps | :heavy_check_mark: | |
| Giropay | giropay | :heavy_check_mark: | |
| Google Pay | card | :heavy_check_mark: | |
| iDEAL | ideal | :heavy_check_mark: | |
| Klarna | klarna | :heavy_check_mark: | |
| Przelewy24 | p24 | :heavy_check_mark: | |
| SEPA Credit | sepa_credit | :heavy_check_mark: | :heavy_check_mark: |
| SEPA Direct Debit | sepa_debit | :heavy_check_mark: |