Created
April 18, 2024 21:19
-
-
Save fernandollisboa/4597635457ae310d2e78435b7d2fcad4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "or_wZm04dxFkFL4nz6v", | |
"code": "EWPOIXI493", | |
"amount": 500000, | |
"currency": "BRL", | |
"closed": true, | |
"items": [ | |
{ | |
"id": "oi_KeGjYRrCQCPY4bJZ", | |
"type": "product", | |
"description": "Donation", | |
"amount": 500000, | |
"quantity": 1, | |
"status": "active", | |
"created_at": "2024-04-01T20:53:11Z", | |
"updated_at": "2024-04-01T20:53:11Z", | |
"code": "1" | |
} | |
], | |
"customer": { | |
"id": "cus_wzOB2oCzWI6n8Wq9", | |
"name": "Joao Testador", | |
"email": "[email protected]", | |
"document": "82380217904", | |
"document_type": "cpf", | |
"type": "individual", | |
"delinquent": false, | |
"created_at": "2024-03-22T18:32:31Z", | |
"updated_at": "2024-03-26T22:53:03Z", | |
"phones": { | |
"mobile_phone": { | |
"country_code": "55", | |
"number": "999598895", | |
"area_code": "71" | |
} | |
} | |
}, | |
"status": "failed", | |
"created_at": "2024-04-01T20:53:11Z", | |
"updated_at": "2024-04-01T20:53:11Z", | |
"closed_at": "2024-04-01T20:53:11Z", | |
"charges": [ | |
{ | |
"id": "ch_lqVZ4eqhYhA4oG1A", | |
"code": "EWPOIXI493", | |
"gateway_id": "2203364068", | |
"amount": 500000, | |
"status": "failed", | |
"currency": "BRL", | |
"payment_method": "credit_card", | |
"created_at": "2024-04-01T20:53:11Z", | |
"updated_at": "2024-04-01T20:53:11Z", | |
"customer": { | |
"id": "cus_wzOB2oCzWI6n8Wq9", | |
"name": "Joao Testador", | |
"email": "[email protected]", | |
"document": "82380217904", | |
"document_type": "cpf", | |
"type": "individual", | |
"delinquent": false, | |
"created_at": "2024-03-22T18:32:31Z", | |
"updated_at": "2024-03-26T22:53:03Z", | |
"phones": { | |
"mobile_phone": { | |
"country_code": "55", | |
"number": "999598895", | |
"area_code": "71" | |
} | |
} | |
}, | |
"last_transaction": { | |
"id": "tran_gX7wv31uJu6eVGLP", | |
"transaction_type": "credit_card", | |
"gateway_id": "2203364068", | |
"amount": 500000, | |
"status": "not_authorized", | |
"success": false, | |
"installments": 1, | |
"acquirer_name": "pagarme", | |
"acquirer_tid": "2203364068", | |
"acquirer_nsu": "2203364068", | |
"acquirer_message": "Saldo insuficiente", | |
"acquirer_return_code": "1016", | |
"operation_type": "auth_and_capture", | |
"card": { | |
"id": "card_2lpw4qyIAIB4nZmv", | |
"first_six_digits": "400000", | |
"last_four_digits": "0010", | |
"brand": "Visa", | |
"holder_name": "Tony Stark", | |
"exp_month": 1, | |
"exp_year": 2030, | |
"status": "active", | |
"type": "credit", | |
"created_at": "2024-03-26T23:26:02Z", | |
"updated_at": "2024-04-01T20:53:11Z", | |
"billing_address": { | |
"street": "Largo do Farol da Barra", | |
"number": "s/n", | |
"zip_code": "40.140-650", | |
"neighborhood": "Barra", | |
"city": "Salvador", | |
"state": "BA", | |
"country": "BR", | |
"line_1": "s/n, Largo do Farol da Barra, Barra" | |
} | |
}, | |
"created_at": "2024-04-01T20:53:11Z", | |
"updated_at": "2024-04-01T20:53:11Z", | |
"gateway_response": { | |
"code": "200", | |
"errors": [] | |
}, | |
"antifraud_response": {}, | |
"metadata": {} | |
} | |
} | |
], | |
"checkouts": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment