Request a payment method
Sends a request to add a new payment method to the merchant account identified in the path. Depending the payment method type, you may need to send an additional object required for the payment method.
To make this request, your API credential must have the following role:
- Management API—Payment methods read and write
Path parameters
The unique identifier of the merchant account.
Request body
The unique identifier of the business line. Required if you are a platform model.
The list of countries where a payment method is available. By default, all countries supported by the payment method.
The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
The list of custom routing flags to route payment to the intended acquirer.
Your reference for the payment method. Supported characters a-z, A-Z, 0-9.
The sales channel. Required if:
- The merchant account does not have a sales channel.
- type is alipay.
When you provide this field, it overrides the default sales channel set on the merchant account.
Possible values: eCommerce, pos, contAuth, and moto.
The ID of the store, if any.
Payment method variant.
Response
OK - the request has succeeded.
Indicates whether receiving payments is allowed. This value is set to true by Adyen after screening your merchant account.
The unique identifier of the business line. Required if you are a platform model.
The list of countries where a payment method is available. By default, all countries supported by the payment method.
The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
The list of custom routing flags to route payment to the intended acquirer.
Indicates whether the payment method is enabled (true) or disabled (false).
The identifier of the resource.
Your reference for the payment method. Supported characters a-z, A-Z, 0-9.
The sales channel.
The ID of the store, if any.
Payment method variant.
Payment method status. Possible values:
- valid
- pending
- invalid
- rejected