Skip to main content

Get Payment Methods

GET 

/v1/methods

Get Payment Methods

Request

Query Parameters

    transaction string

    Optional. Returns payment methods available for the specific transaction

    amount string

    Optional. Returns payment methods available for the specific amount

    currency string

    Optional. Returns payment methods available for the specific currency

    country string

    Optional. Returns payment methods available for the specific country

    Example: EE

Responses

OK

Response Headers

  • Date

    string

  • Content-Type

    string

  • Transfer-Encoding

    string

  • Connection

    string

  • Set-Cookie

    string

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

  • X-Request-ID

    string

Schema

    banklinks

    object[]

    Array of banklink payment methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • cards

    object[]

    Array of card payment methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • payLater

    object[]

    Array of pay Later methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • other

    object[]

    Array of other methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

Loading...