Skip to main content

Payment Methods

GET 

/payment-methods

Retrieves list of payment methods

Request

Query Parameters

    CustomerID CustomerIDrequired

    Possible values: non-empty and <= 36 characters

    PageSize integer

    Possible values: >= 1 and <= 100

    Default value: 20
    Example: 10
    PageToken string

Header Parameters

    Api-Signature string

    Digitally signed JWT.

Responses

List of fiat payment methods
Schema
    Itemsobject[]
  • Array [

  • ID stringrequired
    CustomerID CustomerID (string)

    A unique ID which identifies the customer in the Business' internal system and in NOAH.

    Possible values: non-empty and <= 36 characters

    Example: 550e8400-e29b-41d4-a716-446655440000
    Country CountryCode (string)

    ISO 3166-1 alpha-2 country code.

    Example: US
    PaymentMethodCategory PaymentMethodCategory (string)required

    Categorizes one or more PaymentMethodTypes into broader groups. Useful for listing channels, displaying payment methods:

    • Bank
    • Card
    • Identifier
    Example: Bank

    DisplayDetails

    objectrequired

    oneOf

    Type stringrequired

    Possible values: [FiatPaymentMethodBankDisplay]

    AccountNumber stringrequired
  • ]

  • PageToken string
Loading...