Skip to main content

Get Withdrawal Options

GET 

/v2/customers/:customerId/withdrawals/options

Returns list of available withdrawal options.

Add type query parameter to find available THIRDT_PARTY withdrawal options.

Request

Path Parameters

    customerId stringrequired

    Customer Id.

Query Parameters

    type ParticipantType

    Possible values: [THIRD_PARTY, FIRST_PARTY]

    Default value: FIRST_PARTY

    Withdrawal type.

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

    type ParticipantType (string)

    Possible values: [THIRD_PARTY, FIRST_PARTY]

    Default value: FIRST_PARTY

    Participant in the payment.

    instrumentTypes InstrumentType (string)[]

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

    Supported instrument types.

    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

    any

  • ]

Loading...