v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Wallet Accounts

Show Wallet Account NPP Details

Show NPP details of a specific Wallet Account using a given :id.

get/wallet_accounts/{id}/npp_details

Path parameters

idstring required

Account ID

Response

OK

idstring uuid

Example response

{
  "id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
  "npp_details": {
    "marketplace_pay_ids": [
      {
        "pay_id": "npp@assemblypayments.com"
      }
    ]
  }
}