{
"id": "string",
"code": "string",
"source": "string",
"message": "string",
"amount": 0,
"currency": "string",
"status": "requires_payment_method",
"customer_id": "string",
"customer": {
"phone": "+1234567890",
"merchant_customer_id": "cust_merchant_123456"
},
"description": "string",
"order": {
"category": "string",
"products": [
{
"name": "string",
"price": 0,
"quantity": 0,
"sku": "string",
"type": "string",
"desc": "string",
"effective_end_at": "string",
"effective_start_at": "string",
"seller": {
"identifier": "string",
"name": "string"
},
"url": "string"
}
],
"shipping": {
"name": "John Doe",
"phone": "+1234567890",
"address": {
"country": "US",
"state": "NY",
"city": "New York",
"line1": "123 Main Street",
"line2": "Apartment 4B",
"postcode": "10001"
}
}
},
"metadata": {},
"confirm": true,
"auto_capture": true,
"merchant_order_id": "string",
"invoice_id": "string",
"captured_amount": 0,
"available_payment_method_types": [
"string"
],
"payment_method_options": {
"type": "string",
"card": {
"three_ds_action": "string"
},
"truemoney": {
"client": "web",
"os_type": "ios"
}
},
"cancellation_reason": "string",
"cancelled_at": "string",
"next_action": {
"type": "string",
"redirect": {}
},
"return_url": "string",
"client_secret": "string",
"payment_method_id": "string",
"mandate_id": "string",
"app_id": "string",
"merchant_no": "string",
"create_at": "string",
"modify_at": "string",
"last_payment_error": {
"last_payment_error": {
"code": "string",
"decline_code": "string",
"message": "string",
"type": "card_error"
}
}
}