Retrieve Merchant Wallet
1.16 Retrieve Merchant Wallet
Returns the merchants wallet information.
Request
Method
URL
GET
/wallet/v1/merchants/me/wallet
Response
Status
Response
200
{
"data": {
"id": 1,
"createdDate": "2024-01-17T12:34:56",
"updatedDate": "2024-01-17T12:34:56",
"amount": 0,
"currency": "USD",
"memberId": 123
}
}
403
400
400
401
401
500
Last updated