We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6249f2 commit d849403Copy full SHA for d849403
api-reference/openapi_spec.json
@@ -990,8 +990,10 @@
990
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
991
"connector_resource_id": "7256228702616471803954",
992
"data": {
993
- "amount": 6540,
994
- "currency": "USD"
+ "refund": {
+ "amount": 6540,
995
+ "currency": "USD"
996
+ }
997
},
998
"type": "refund"
999
}
crates/openapi/src/routes/relay.rs
@@ -13,8 +13,10 @@
13
14
"type": "refund",
15
16
17
18
19
20
21
})
22
)
0 commit comments