{
"seller_id": "string",
"charge_id": "string",
"subscription_id": "string",
"customer_id": "string",
"amount": 0,
"order": {
"order_id": "string",
"sales_tax": 0,
"product_type": "cash_carry"
},
"plan": {
"plan_id": "string",
"amount": 0,
"name": "string",
"floating_data": [
{
"installment": 1,
"amount": 0
}
],
"period": {
"type": "yearly",
"billing_cycle": 12,
"specific_cycle_in_days": 1
}
},
"credit": {
"card_id": "string",
"bin": "string",
"number_token": "string",
"cardholder_name": "string",
"security_code": "string",
"brand": "Mastercard",
"expiration_month": "string",
"expiration_year": "string"
},
"payment": {
"delayed": true,
"authorization_code": "string",
"authorization_timestamp": "2019-08-24T14:15:22.123Z",
"reason_code": "string",
"reason_message": "string",
"acquirer": "string",
"soft_descriptor": "string",
"brand": "Mastercard",
"terminal_nsu": "string",
"acquirer_transaction_id": "string",
"transaction_id": "string"
},
"charge_status": "processing"
}