Toshl Developer

Payment types

Payments types available to the user.

Resource representation

{
  "type": "adyen",
  "name": "Adyen",
  "brands": [
    {
      "brand": "amex",
      "name": "American Express"
    },
    {
      "brand": "ideal",
      "name": "iDEAL",
      "issuers": [
        {
          "issuer": "12345",
          "name": "Issuer 12345"
        }
      ]
    }
  ]
}

Properties

type
readonly
string

Payment type.

name
read, write
string

Payment type name.

brands
read, write
array

Included if payment features additional brands the user can choose from.

brand
read, write
string

Brand type.

name
read, write
string

Brand name.

issuers
read, write
array

Included if brand has more issuers the user can choose from.

* denotes required field/parameter.