Get Payment Methods for an Account

get

/brm/paymentMethods/v1/accounts/{accountId}/paymentMethods

Gets the payment methods associated with the specified account.

Request

Path Parameters
Query Parameters
  • The Business Identifier Code of a bank, to get bankAccountDebit payment methods.
    Examples

  • The bank account number, to get a bankAccountDebit payment method.
  • The name of a bank, to get bankAccountDebit payment methods.
    Examples

  • The card number, to get a bankCard payment method.
  • The name on the card, to get bankCard payment methods. You can use bankCard.nameOnCard.like= to get partial matches.
    Examples

  • The type of bank card, to get bankCard payment methods. The only valid value for BRM is CREDIT.
  • The list of comma-separated fields to return in the response.
    Examples

  • The name on the invoice, to get invoice payment methods. You can use invoice.name.like= to get partial matches.
    Examples

  • The maximum number of results to return.
    Examples

  • The name, to get a payment method.
    Examples

  • The number of results to offset the response by.
    Examples

  • The type of payment methods to get.
    Allowed Values: [ "tokenizedCard", "bankAccountDebit", "bankCard", "invoice" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The payment methods for the account were returned successfully.
Headers
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : PaymentMethodType
Type: object
A payment method.
Show Source
Nested Schema : account
Type: array
An account that owns or can use the payment method.
Show Source
Nested Schema : details
Type: object
The payment method's details, which differ based on the '@type' property.
Nested Schema : relatedParty
Type: array
The related party that owns the payment method.
Show Source
Nested Schema : TimePeriodType
Type: object
A period of time.
Show Source
Nested Schema : AccountRefType
Type: object
An account reference.
Show Source
Nested Schema : RelatedPartyRefType
Type: object
A related party.
Show Source

400 Response

Invalid Token

401 Response

Unauthorized

403 Response

Forbidden

405 Response

Method not Allowed

500 Response

Internal Server Error
Back to Top