feat: add payment module
This commit is contained in:
23
.bruno/Payment/beneficiary/create.bru
Normal file
23
.bruno/Payment/beneficiary/create.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/payment/beneficiaries
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"tenantId": "valkyr-inc",
|
||||
"label": "Valkyr Inc."
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user