Payment Methods

Available methods depend on what has been enabled for your team.

CodeProviderType
X1Provider 1EUR-SW
X2-PGProvider 2EUR-PG
X2-TTProvider 2EUR-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.