(LOCAL-BIA) Payment Confirmation.bru (408B)
1 meta { 2 name: (LOCAL-BIA) Payment Confirmation 3 type: http 4 seq: 4 5 } 6 7 post { 8 url: http://localhost:8081/c2ec/withdrawal-operation/WOPID/payment 9 body: json 10 auth: none 11 } 12 13 body:json { 14 { 15 "provider_transaction_id": "", 16 "amount": { 17 "currency": "CHF", 18 "value": "", 19 "fraction": "" 20 }, 21 "fees": { 22 "currency": "CHF", 23 "value": "", 24 "fraction": "" 25 } 26 } 27 }