Skip to content

Instantly share code, notes, and snippets.

@iBet7o
Last active September 23, 2019 18:35
Show Gist options
  • Save iBet7o/8af80b56d5f4aea78c24a57aaca2be53 to your computer and use it in GitHub Desktop.
Save iBet7o/8af80b56d5f4aea78c24a57aaca2be53 to your computer and use it in GitHub Desktop.
Response
{
"amount": 15900,
"description": "Prueba de pago Store",
"customer": {
"firstname": "Roberto",
"lastname": "Ramirez",
"phone": "5551067158",
"email": "robertoiran@gmail.com"
},
"payment_method": {
"type": "oxxopay",
"expires_at": "1569420000"
}
}
{
"data": {
"id": "ord_Deaj7GYD1wMo8Bv",
"object": "order",
"description": "Prueba de pago Store",
"amount": 15900,
"status": "pending_payment",
"customer": {
"id": "cus_JjkpzdDE9m8peVGB",
"object": "customer",
"firstname": "Roberto",
"lastname": "Ramirez",
"email": "robertoiran@gmail.com",
"phone": "5551067158"
},
"payment_method": {
"data": [
{
"id": "och_MjQ7zv0vpXxQG98x",
"reference": "98000003588210",
"type": "oxxopay",
"status": "pending_payment",
"expires_at": 1569420000,
"paid_at": null,
"created_at": 1569262294,
"updated_at": 1569262295
}
]
},
"paid_at": null,
"created_at": 1569262294,
"updated_at": 1569262294
}
}
{
"amount": 15900,
"description": "Prueba de pago Store",
"customer": {
"firstname": "Roberto",
"lastname": "Ramirez",
"phone": "5551067158",
"email": "robertoiran@gmail.com"
},
"payment_method": {
"type": "spei",
"expires_at": "1569420000"
}
}
{
"data": {
"id": "ord_Qw79zAZA9V7vlL7w",
"object": "order",
"description": "Prueba de pago Store",
"amount": 15900,
"status": "pending_payment",
"customer": {
"id": "cus_JjkpzdDE9m8peVGB",
"object": "customer",
"firstname": "Roberto",
"lastname": "Ramirez",
"email": "robertoiran@gmail.com",
"phone": "5551067158"
},
"payment_method": {
"data": [
{
"id": "och_QJlXdyoEaO06xMY",
"reference": "646180179900000014",
"type": "spei",
"status": "pending_payment",
"expires_at": null,
"paid_at": null,
"created_at": 1569262041,
"updated_at": 1569262041
}
]
},
"paid_at": null,
"created_at": 1569262039,
"updated_at": 1569262039
}
}
{
"amount": 15900,
"description": "Prueba de pago Store",
"customer": {
"firstname": "Roberto",
"lastname": "Ramirez",
"phone": "5551067158",
"email": "robertoiran@gmail.com"
},
"payment_method": {
"type": "store",
"expires_at": "1569420000"
}
}
{
"data": {
"id": "ord_eo7XzpleBAJZ7eK",
"object": "order",
"description": "Prueba de pago Store",
"amount": 15900,
"status": "pending_payment",
"customer": {
"id": "cus_JjkpzdDE9m8peVGB",
"object": "customer",
"firstname": "Roberto",
"lastname": "Ramirez",
"email": "robertoiran@gmail.com",
"phone": "5551067158"
},
"payment_method": {
"data": [
{
"id": "och_Z37A6wkgGVBkP4X",
"reference": "34000000000052019092500159005",
"type": "oxxo",
"status": "pending_payment",
"expires_at": 1569420000,
"paid_at": null,
"created_at": 1569263593,
"updated_at": 1569263593
},
{
"id": "och_goymVO2yDz2RDGmK",
"reference": "98000003588541",
"type": "oxxopay",
"status": "pending_payment",
"expires_at": 1569420000,
"paid_at": null,
"created_at": 1569263593,
"updated_at": 1569263594
},
{
"id": "och_ND63zRX6e33zdG90",
"reference": "OPENPAY00R5ERA5Q8",
"type": "paynet",
"status": "pending_payment",
"expires_at": 1569402000,
"paid_at": null,
"created_at": 1569263594,
"updated_at": 1569263595
},
{
"id": "och_RD7PZkV5GpV343j",
"reference": "646180179900000014",
"type": "spei",
"status": "pending_payment",
"expires_at": null,
"paid_at": null,
"created_at": 1569263596,
"updated_at": 1569263596
}
]
},
"paid_at": null,
"created_at": 1569263593,
"updated_at": 1569263593
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment