Files
stocklet/tests/bruno/payment/PaymentService_ViewBalance.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

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:
}