Skip to main content

Get Deposit Options

GET 

/v2/customers/:customerId/deposits/options

Returns list of deposit options.

Request

Path Parameters

    customerId stringrequired

    Customer Id

Responses

OK

Schema

  • Array [

  • paymentOption PaymentOptionType (string)

    Possible values: [RAPID_TRANSFER, BANK_TRANSFER, OFFLINE_BANK_TRANSFER, CARD, PAYSAFECASH, PAGO_EFECTIVO]

    Enumeration of supported Payment Option Types

    instrumentTypes InstrumentType (string)[]

    Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, CARD]

    Instrument types supported.

    paymentOptionSettings

    object

    deprecated

    Provides settings for a specific payment option. Valid payment options are:

    paymentOption

    string

    required

    Possible values: [CARD]

    Enumeration of supported Payment Option Types

    cardSchemes CardScheme (string)[]

    Possible values: [VISA, MC]

    Supported card schemes.

  • ]

Loading...