feat: add payment module
This commit is contained in:
27
.bruno/Payment/ledger/create.bru
Normal file
27
.bruno/Payment/ledger/create.bru
Normal file
@@ -0,0 +1,27 @@
|
||||
meta {
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/payment/ledgers
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"beneficiaryId": "2f6dfb20-7834-484c-8472-096f72fc5f08",
|
||||
"label": "Sample Ledger",
|
||||
"currencies": [
|
||||
"NOK",
|
||||
"SEK"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user