This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location --request POST 'http://127.0.0.1:3658/m1/543334-505232-default/admin/payments//capture'
{
"payment": {
"id": "pay_01G2SJNT6DEEWDFNAJ4XWDTHKE",
"swap_id": null,
"swap": {},
"cart_id": "string",
"cart": {},
"order_id": "order_01G8TJSYT9M6AVS5N4EMNFS1EK",
"order": {},
"amount": 100,
"amount_refunded": 0,
"provider_id": "manual",
"captured_at": "2019-08-24T14:15:22Z",
"canceled_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"currency_code": "usd",
"data": {},
"idempotency_key": "string",
"metadata": {
"car": "white"
},
"currency": {
"symbol": "$",
"symbol_native": "$",
"name": "US Dollar",
"includes_tax": false,
"code": "usd"
}
}
}