order.list
aid_orders_id_captures_get
Retrieve list of captures for an order
scopes:
- admin:shopping
- read:shopping
get/accounts/{aid}/shopping/orders/{order_id}/captures
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
order_idstring required
The resource identifier string
Response
capture collection
Example response
{
"captures": [
{
"items": [
{
"original_currency": "SEK",
"original_gross_amount": 39800,
"conversion_rate_ppm": 1099000,
"conversion_rate_source": "ecb",
"amount": 27840
}
],
"processed_by": "dintero-checkout",
"payment_details": {
"psp": "Bambora",
"payment_product": "bambora",
"payment_product_type": "bambora.creditcard",
"card": {
"masked_pan": "4444 **** **** 4448",
"type": "Credit",
"brand": "Visa"
}
},
"id": "bd04c959-d159-49b4-a096-2d84e014a8da",
"created_by": "bd04c959-d159-49b4-a096-2d84e014a8da",
"amount": 27840,
"authorization_id": "bd04c959-d159-49b4-a096-2d84e014a8da"
}
]
}