Create MerchantPaymentGateway

Create MerchantPaymentGateway that is used to route payments to a MerchantPaymentAccount based on the currency.

Body Params

A CreateMerchantPaymentGateway is used to create a MerchantPaymentGateway that is used to route payments to a MerchantPaymentAccount based on the currency.

currencyToAccountMapping
object | null

List of assignments consisting of a CurrencyCode and an ident of a MerchantPaymentAccount used for routing,
e.g. "PLN": "MerchantPaymentAccountIdent".

string
required
length between 1 and 100
[a-zA-Z0-9_.~-]*

Unique external reference for the MerchantPaymentGateway.
Must not be null.
Size must be between 1 and 100.
Must match with the regular expression '[a-zA-Z0-9_.~-]*'.

string
required
length between 1 and 255
^\S(.*\S)?$

Name of the MerchantPaymentGateway.
Must not be null.
Size must be between 1 and 255.
Must match with the regular expression '^\S(.*\S)?$'.

int64
required

The id of the payment service provider.
Must not be null.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json