feat: add payment module
This commit is contained in:
24
.bruno/Payment/wallet/create.bru
Normal file
24
.bruno/Payment/wallet/create.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/payment/accounts
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"walletId": "56f2aba8-5687-4e63-8d6a-e120b50ef891",
|
||||
"currency": "NOK",
|
||||
"label": "NOK Savings"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
4
.bruno/Payment/wallet/folder.bru
Normal file
4
.bruno/Payment/wallet/folder.bru
Normal file
@@ -0,0 +1,4 @@
|
||||
meta {
|
||||
name: Account
|
||||
seq: 4
|
||||
}
|
||||
Reference in New Issue
Block a user