feat: add payment module
This commit is contained in:
24
.bruno/Payment/account/create.bru
Normal file
24
.bruno/Payment/account/create.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/payment/wallets
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"ledgerId": "3c71d240-a375-42e1-9a78-0575bf33fabb",
|
||||
"entityId": "some-external-entity",
|
||||
"label": "Securities"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
4
.bruno/Payment/account/folder.bru
Normal file
4
.bruno/Payment/account/folder.bru
Normal file
@@ -0,0 +1,4 @@
|
||||
meta {
|
||||
name: Wallet
|
||||
seq: 3
|
||||
}
|
||||
Reference in New Issue
Block a user