get customer
Get details of a customer (including all associated bank accounts)
Request
Method
URL
GET
{{baseUrl}}/api/service/v1/query/customer/{{customerId}}/show
Header
Value
Content-Type
application/json
publicKey
{{publicKey}}
b-access-token
{{accessToken}}
Use the accessToken that was given in response to /api/service/v1/query/merchant/login
Request Payload Sample
Last updated