Payment Methods
Available methods depend on what has been enabled for your team.
| Code | Provider | Type |
|---|---|---|
X1 | Provider 1 | EUR-SW |
X2-PG | Provider 2 | EUR-PG |
X2-TT | Provider 2 | EUR-TT |
Usage
To request a specific method, pass the method field in your create payment request:
Specific method
{
"amount": "100.00",
"currency": "EUR",
"method": "X2-PG"
}
To receive links for all methods available to your team, omit the method field:
All methods
{
"amount": "100.00",
"currency": "EUR"
}
New methods may be added over time. If a method you're not familiar with appears in a response, you can safely ignore it. Your integration won't break.
Each method may have different minimum and maximum amounts. If your requested amount is outside the range, it will be automatically clamped to the nearest valid value.