Skip to main content

List wallets

GET 

/digital-wallets

This endpoint retrieves a paginated list of wallets. You may restrict the wallet list by specifying:

  • Restrict to wallets created after one wallet was created (startAfterId)
  • Limit the results to a defined number.
  • Return a wallet(s) related to a defined customer ID

Request

Query Parameters

    startAfterId string
    limit number
    fromCustomerId anyrequired

Responses

Wallets retrieved with success.

Schema

    traceId string
    message string

    data

    object[]

  • Array [

  • id stringrequired
    nickname stringrequired
  • ]

  • pagination

    object

    totalResults numberrequired
    hasMoreResults booleanrequired
Loading...