OuiPay
API ReferenceWallets

Retrieve a wallet

GET /v1/wallets/{id} : fetch a wallet's balance, available funds, and holds.

GET /v1/wallets/{id}

Headers

HeaderRequiredValue
AuthorizationyesBearer sk_...

Path params

ParamTypeNotes
idstringWallet ULID

Request

curl https://api.ouipay.com/v1/wallets/01M2S17... \
  -H "Authorization: Bearer sk_test_..."

Response 200

Returns the wallet object.

Errors

HTTPerror.codeCause
404NOT_FOUNDNo such wallet
403FORBIDDENNot your resource

On this page