mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
meta {
|
|
name: PaymentService_ViewBalance
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/v1/payment/balance/:customerId
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
customerId:
|
|
}
|