Skip to main content

Payment Methods

GET 

https://api.sandbox.noah.com/v1/payment-methods

Retrieves a list of payment methods for a specific customer.

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
    Items object[]required
  • Array [
  • IDstringrequired
    CustomerIDCustomerID (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
    CountryCountryCode (string)required

    ISO 3166-1 alpha-2 country code.

    Example: US
    PaymentMethodCategoryPaymentMethodCategory (string)required

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

    • Bank
    • Card
    • Identifier
    Example: Bank
    DisplayDetails objectrequired

    Contains information to display each payment method, with fields tailored to the specific type (e.g., last four digits or account number) to help identify the payment method.

    Typerequired

    Contains information to display each payment method, with fields tailored to the specific type (e.g., last four digits or account number) to help identify the payment method.

    Possible values: [FiatPaymentMethodBankDisplay, FiatPaymentMethodCardDisplay, FiatPaymentMethodIdentifierDisplay]

    AccountNumberstring
    BankCodestring
  • ]
  • PageTokenstring

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeydescription: This security scheme requires an API Key to successfully authenticate.in: header
curl -L 'https://api.sandbox.noah.com/v1/payment-methods' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Base URL
https://api.sandbox.noah.com/v1
Auth
Parameters
— queryrequired
— query
— query
— header
ResponseClear

Click the Send API Request button above and see the response here!