v1
latestOpenAPI 3.1.02026-07-24170121.2 MBRetrieve a Charge
This API provides information about retrieving a charge.
get/v1/charges/{charge_id}
Path parameters
charge_idstring required
charge_id here refers to a unique ID of a specific charge.
Response
200
Example response
{
"data": {
"object": "Charge",
"id": "onDXOXWBRnWBXObL",
"amount": 999,
"amount_approved": 999,
"amount_captured": 999,
"type": "Sale",
"customer_email": "eric.yulfo@payarc.com",
"net_amount": 999,
"captured": 1,
"status": "submitted_for_settlement",
"auth_code": "TAS333",
"statement_description": "Eric's Energy Drinks",
"created_at": 1726057812,
"updated_at": 1726057816,
"card_level": "LEVEL1",
"created_by": "serviceuser0567051053675152@payarc.com",
"tsys_response_code": "A0000",
"host_response_code": "00",
"host_response_message": "Success",
"host_reference_number": "425512501483",
"card": {
"data": {
"object": "Card",
"id": "vmy905NNNm5y0M2L",
"card_source": "PHONE",
"is_default": 1,
"exp_month": "12",
"exp_year": "2025",
"is_verified": 1,
"fingerprint": "my905PmvmPNmNP0M",
"brand": "V",
"last4digit": "5439",
"first6digit": 401200,
"avs_status": "0",
"cvc_status": "M",
"customer_id": "4DPNMVjxNPnMVnjA",
"created_at": 1725451100,
"updated_at": 1725451161
}
}
},
"meta": {
"include": [
"review"
]
}
}