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

16 lines
200 B
Plaintext

meta {
name: PaymentService_ViewTransaction
type: http
seq: 3
}
get {
url: {{baseUrl}}/v1/payment/transaction/:transactionId
body: none
auth: inherit
}
params:path {
transactionId:
}