From bf8077663436d00d26b6347dd8df1cd7d80a8a59 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 31 Mar 2026 13:22:34 -0500 Subject: [PATCH 1/2] Update API version from v2.2.0 to v2.3.0 across multiple resources and schemas - Changed media type and references in YAML files for orders, payouts, plans, subscriptions, tokens, transactions, transfers, webhooks, and logs to reflect the new API version. - Updated descriptions and links in schemas to point to the new version of the API documentation. --- .github/workflows/rdme-openapi.yml | 5 +- Makefile | 2 +- _build/api.yaml | 1136 ++++++++--------- api.yaml | 2 +- mocks/conekta_api.json | 690 +++++----- resources/antifraud/blacklists_delete.yml | 2 +- .../antifraud/blacklists_index_create.yml | 4 +- resources/antifraud/whitelists_delete.yml | 2 +- .../antifraud/whitelists_index_create.yml | 4 +- resources/api_keys/api_key.yml | 10 +- resources/api_keys/api_keys.yml | 8 +- resources/balances/balances.yml | 4 +- resources/charges/charges.yml | 4 +- resources/charges/update_charge.yml | 4 +- resources/checkouts/checkout.yml | 4 +- resources/checkouts/checkout_cancel.yml | 4 +- resources/checkouts/checkout_email.yml | 4 +- resources/checkouts/checkout_sms.yml | 4 +- resources/checkouts/checkouts.yml | 8 +- resources/companies/companies.yml | 6 +- resources/companies/company.yml | 4 +- resources/companies/company_current.yml | 4 +- resources/companies/company_document.yml | 4 +- resources/companies/company_documents.yml | 2 +- resources/customer_portal/customer_portal.yml | 8 +- resources/customers/create_customer.yml | 8 +- .../create_customer_fiscal_entities.yml | 2 +- .../create_customer_payment_methods.yml | 4 +- .../create_customer_shipping_contacts.yml | 2 +- resources/customers/get_customer.yml | 6 +- .../update_customer_fiscal_entities.yml | 2 +- .../update_customer_payment_methods.yml | 4 +- .../update_customer_shipping_contacts.yml | 4 +- resources/errors/401.yml | 2 +- resources/errors/402.yml | 2 +- resources/errors/403.yml | 2 +- resources/errors/404.yml | 2 +- resources/errors/422.yml | 2 +- resources/errors/422_whitelist.yml | 2 +- resources/errors/428.yml | 2 +- resources/errors/500.yml | 2 +- resources/events/event.yml | 4 +- resources/events/events.yml | 4 +- resources/events/events_resend.yml | 2 +- resources/logs/log.yml | 4 +- resources/logs/log_by_id.yml | 2 +- resources/orders/discount_lines_param.yml | 4 +- resources/orders/order.yml | 4 +- resources/orders/order_cancel_param.yml | 2 +- .../orders/order_cancel_refunds_param.yml | 2 +- resources/orders/order_capture_param.yml | 2 +- resources/orders/order_charge_param.yml | 2 +- resources/orders/order_charges_param.yml | 2 +- resources/orders/order_param.yml | 4 +- resources/orders/order_product_param.yml | 2 +- resources/orders/order_refunds_param.yml | 2 +- resources/orders/order_shipping_param.yml | 2 +- resources/orders/order_tax_param.yml | 2 +- .../update_order_discount_lines_param.yml | 6 +- .../orders/update_order_product_param.yml | 4 +- .../orders/update_order_shipping_param.yml | 4 +- resources/orders/update_order_tax_param.yml | 4 +- .../payout_orders/cancel_payout_order.yml | 2 +- resources/payout_orders/get_payout_order.yml | 2 +- resources/payout_orders/payout_orders.yml | 4 +- resources/plans/plan.yml | 12 +- resources/plans/plans.yml | 8 +- .../single_subscription/subscriptions.yml | 12 +- .../subscriptions_cancel.yml | 4 +- .../subscriptions_events.yml | 4 +- .../subscriptions_pause.yml | 4 +- .../subscriptions_resume.yml | 4 +- resources/subscriptions/subscriptions.yml | 8 +- .../subscriptions/subscriptions_cancel.yml | 4 +- .../subscriptions/subscriptions_events.yml | 4 +- .../subscriptions/subscriptions_list.yml | 8 +- .../subscriptions/subscriptions_pause.yml | 4 +- .../subscriptions/subscriptions_resume.yml | 4 +- .../subscriptions/subscriptions_retry.yml | 4 +- resources/tokens/token.yml | 4 +- resources/transactions/transaction.yml | 4 +- resources/transactions/transactions.yml | 4 +- resources/transfers/transfer.yml | 4 +- resources/transfers/transfers.yml | 4 +- resources/webhook_keys/webhook_key.yml | 10 +- resources/webhook_keys/webhook_keys.yml | 6 +- resources/webhooks/webhook.yml | 10 +- resources/webhooks/webhook_test.yml | 2 +- resources/webhooks/webhooks.yml | 6 +- schemas/checkouts/checkout.yml | 4 +- schemas/checkouts/checkout_request.yml | 2 +- .../customers/customer_shipping_contacts.yml | 2 +- .../customer_update_shipping_contacts.yml | 2 +- .../payment_method_token_request.yml | 2 +- schemas/logs/log_response.yml | 8 +- schemas/logs/logs_response.yml | 8 +- schemas/orders/order_request.yml | 10 +- schemas/orders/order_update_request.yml | 6 +- 98 files changed, 1115 insertions(+), 1116 deletions(-) diff --git a/.github/workflows/rdme-openapi.yml b/.github/workflows/rdme-openapi.yml index 666d2666..a1f9d76b 100644 --- a/.github/workflows/rdme-openapi.yml +++ b/.github/workflows/rdme-openapi.yml @@ -8,7 +8,6 @@ on: # This workflow will run every time you push code to the following branch: `main` # Check out GitHub's docs for more info on configuring this: # https://docs.github.com/actions/using-workflows/events-that-trigger-workflows - - main - 'releases/**' - 'release/**' @@ -22,6 +21,6 @@ jobs: uses: actions/checkout@v6 - name: Run `openapi` command 🚀 - uses: readmeio/rdme@v8 + uses: readmeio/rdme@v10 with: - rdme: openapi _build/api.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.API_README_VERSION_2_2_0_ID }} + rdme: openapi upload _build/api.yaml --key=${{ secrets.README_API_KEY }} --branch=v2.3.0 diff --git a/Makefile b/Makefile index 5a46aac5..3bedd840 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ merge: --skip-validate-spec update-readme: - make merge && rdme openapi _build/api.yaml --id=${API_README_VERSION_2_2_0_ID} --key=${README_API_KEY} + make merge && rdme openapi _build/api.yaml --id=${API_README_VERSION_2_3_0_ID} --key=${README_API_KEY} diff --git a/_build/api.yaml b/_build/api.yaml index 3d49c81a..802af8b6 100644 --- a/_build/api.yaml +++ b/_build/api.yaml @@ -9,7 +9,7 @@ info: name: MIT-LICENSE url: https://www.apache.org/licenses/LICENSE-2.0.html title: Conekta API - version: 2.2.0 + version: 2.3.0 servers: - description: Conekta main server url: https://api.conekta.io @@ -49,13 +49,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/risk_rules_list" description: All the rules "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -68,7 +68,7 @@ paths: description: authentication error "403": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: "Unauthorized access service, please contact support team" @@ -83,7 +83,7 @@ paths: description: forbidden error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -130,13 +130,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/whitelistlist_rule_response" description: successfully registered rule "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -149,7 +149,7 @@ paths: description: authentication error "403": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: "Unauthorized access service, please contact support team" @@ -164,7 +164,7 @@ paths: description: forbidden error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -226,13 +226,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/deleted_whitelist_rule_response" description: successfully deleted rule "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -245,7 +245,7 @@ paths: description: authentication error "403": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: "Unauthorized access service, please contact support team" @@ -260,7 +260,7 @@ paths: description: forbidden error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -275,7 +275,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -319,13 +319,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/risk_rules_list" description: All the rules "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -338,7 +338,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -387,13 +387,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/blacklist_rule_response" description: successfully registered rule "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -406,7 +406,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -468,13 +468,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/deleted_blacklist_rule_response" description: successfully deleted rule "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -487,7 +487,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -502,7 +502,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -592,7 +592,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_api_keys_response" description: successful @@ -607,12 +607,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -625,7 +625,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -687,7 +687,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/api_key_create_response" description: successful operation @@ -702,12 +702,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -720,7 +720,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -735,7 +735,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -790,7 +790,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/delete_api_keys_response" description: successful @@ -805,12 +805,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -823,7 +823,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -838,7 +838,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -902,7 +902,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/api_key_response" description: successful @@ -917,12 +917,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -935,7 +935,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -950,7 +950,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1009,13 +1009,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/api_key_response" description: successful operation "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -1030,7 +1030,7 @@ paths: description: not found entity "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1043,7 +1043,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1089,7 +1089,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/balance_response" description: successful @@ -1125,12 +1125,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1143,7 +1143,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1234,7 +1234,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_charges_response" description: successful @@ -1270,12 +1270,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The "custom_field" parameter is not allowed @@ -1289,7 +1289,7 @@ paths: description: whitelist validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1360,7 +1360,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/charge_response" description: successful @@ -1396,12 +1396,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The "custom_field" parameter is not allowed @@ -1415,7 +1415,7 @@ paths: description: whitelist validation error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -1430,7 +1430,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1522,13 +1522,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/charge_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1541,7 +1541,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -1556,7 +1556,7 @@ paths: description: not found entity "428": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The order cannot be modified because it has already @@ -1572,7 +1572,7 @@ paths: description: Precondition Required "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1664,13 +1664,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/charges_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1683,7 +1683,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -1698,7 +1698,7 @@ paths: description: not found entity "428": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The order cannot be modified because it has already @@ -1714,7 +1714,7 @@ paths: description: Precondition Required "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1797,7 +1797,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_companies_response" description: successful @@ -1833,12 +1833,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1851,7 +1851,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1883,7 +1883,7 @@ paths: responses: "201": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/company_response" description: Company created successfully @@ -1919,7 +1919,7 @@ paths: style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -1932,7 +1932,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -1986,7 +1986,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/company_response" description: successful @@ -2022,12 +2022,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2040,7 +2040,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -2055,7 +2055,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2103,7 +2103,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: id: 2a1b3c4d5e6f7g8h9i0j1k2l name: Mi Empresa S.A. de C.V. @@ -2249,12 +2249,12 @@ paths: the format of the response body explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2267,7 +2267,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2329,7 +2329,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/CompanyDocumentResponse" description: Document updated successfully. @@ -2365,7 +2365,7 @@ paths: style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2378,7 +2378,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -2393,7 +2393,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2454,7 +2454,7 @@ paths: responses: "201": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/CompanyDocumentResponse" description: Document uploaded successfully. @@ -2490,7 +2490,7 @@ paths: style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2503,7 +2503,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -2518,7 +2518,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2573,7 +2573,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: items: $ref: "#/components/schemas/CompanyDocumentResponse" @@ -2611,7 +2611,7 @@ paths: style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2624,7 +2624,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -2639,7 +2639,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2733,7 +2733,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customers_response" description: successful operation @@ -2769,12 +2769,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2787,7 +2787,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2851,7 +2851,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_response" description: successful operation @@ -2887,12 +2887,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -2905,7 +2905,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -2919,7 +2919,7 @@ paths: description: payment required error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -2934,7 +2934,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -2999,13 +2999,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_response" description: successful operation "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3020,7 +3020,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3033,7 +3033,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3048,7 +3048,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3112,13 +3112,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3131,7 +3131,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3146,7 +3146,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3217,13 +3217,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3236,7 +3236,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -3250,7 +3250,7 @@ paths: description: payment required error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3265,7 +3265,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3337,13 +3337,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/create_customer_fiscal_entities_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3356,7 +3356,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3371,7 +3371,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3386,7 +3386,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3467,13 +3467,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/update_customer_fiscal_entities_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3486,7 +3486,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3501,7 +3501,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3516,7 +3516,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3617,13 +3617,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_order_discount_lines_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3636,7 +3636,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3707,13 +3707,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/discount_lines_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3726,7 +3726,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3741,7 +3741,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3815,13 +3815,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/discount_lines_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3834,7 +3834,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3849,7 +3849,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3864,7 +3864,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -3937,13 +3937,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/discount_lines_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -3956,7 +3956,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -3971,7 +3971,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -3986,7 +3986,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4066,13 +4066,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/discount_lines_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4085,7 +4085,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -4100,7 +4100,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -4115,7 +4115,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4206,7 +4206,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_events_response" description: successful @@ -4242,12 +4242,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4260,7 +4260,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4325,7 +4325,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/event_response" description: successful @@ -4361,12 +4361,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4379,7 +4379,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -4394,7 +4394,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4456,13 +4456,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/events_resend_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4475,7 +4475,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -4490,7 +4490,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4582,7 +4582,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/logs_response_for_request" description: successful @@ -4618,12 +4618,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4636,7 +4636,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4701,13 +4701,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/log_response_for_request" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4720,7 +4720,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -4735,7 +4735,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -4895,13 +4895,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_orders_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -4914,7 +4914,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -5300,7 +5300,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: examples: cash: value: @@ -5734,7 +5734,7 @@ paths: description: successful operation "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -5749,7 +5749,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -5762,7 +5762,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -5776,7 +5776,7 @@ paths: description: payment required error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -5841,13 +5841,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -5860,7 +5860,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -5875,7 +5875,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -5936,13 +5936,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -5955,7 +5955,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -5970,7 +5970,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -5985,7 +5985,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6050,13 +6050,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6069,7 +6069,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -6083,7 +6083,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6098,7 +6098,7 @@ paths: description: not found entity "428": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The order cannot be modified because it has already @@ -6114,7 +6114,7 @@ paths: description: Precondition Required "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6185,13 +6185,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6204,7 +6204,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6219,7 +6219,7 @@ paths: description: not found entity "428": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The order cannot be modified because it has already @@ -6235,7 +6235,7 @@ paths: description: Precondition Required "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6307,13 +6307,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/product_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6326,7 +6326,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6341,7 +6341,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6415,13 +6415,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/product_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6434,7 +6434,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -6449,7 +6449,7 @@ paths: description: parameter validation error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6464,7 +6464,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6544,13 +6544,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/product_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6563,7 +6563,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -6578,7 +6578,7 @@ paths: description: parameter validation error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6593,7 +6593,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6666,13 +6666,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6685,7 +6685,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -6699,7 +6699,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6714,7 +6714,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -6729,7 +6729,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6804,13 +6804,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6823,7 +6823,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -6837,7 +6837,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -6852,7 +6852,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -6867,7 +6867,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -6949,13 +6949,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/payout_orders_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -6968,7 +6968,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7020,13 +7020,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/payout_order_response" description: successful operation "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -7041,7 +7041,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7054,7 +7054,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -7068,7 +7068,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -7083,7 +7083,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7139,13 +7139,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/payout_order_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7158,7 +7158,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -7173,7 +7173,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7229,13 +7229,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/payout_order_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7248,7 +7248,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -7263,7 +7263,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7355,7 +7355,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkouts_response" description: successful operation @@ -7391,12 +7391,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7409,7 +7409,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -7423,7 +7423,7 @@ paths: description: payment required error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -7438,7 +7438,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7526,7 +7526,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkout_response" description: successful operation @@ -7564,12 +7564,12 @@ paths: the format of the response body explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7582,7 +7582,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -7596,7 +7596,7 @@ paths: description: payment required error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -7611,7 +7611,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7675,7 +7675,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkout_response" description: successful operation @@ -7711,12 +7711,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7729,7 +7729,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -7743,7 +7743,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -7758,7 +7758,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -7773,7 +7773,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -7837,7 +7837,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkout_response" description: successful operation @@ -7873,12 +7873,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -7891,7 +7891,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -7905,7 +7905,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -7920,7 +7920,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -7935,7 +7935,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8006,7 +8006,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkout_response" description: successful operation @@ -8042,12 +8042,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8060,7 +8060,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -8074,7 +8074,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8089,7 +8089,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -8104,7 +8104,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8175,7 +8175,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/checkout_response" description: successful operation @@ -8211,12 +8211,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8229,7 +8229,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -8243,7 +8243,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8258,7 +8258,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -8273,7 +8273,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8374,7 +8374,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: examples: cash: summary: Cash @@ -8449,7 +8449,7 @@ paths: description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8462,7 +8462,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8477,7 +8477,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8557,13 +8557,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/create_customer_payment_methods_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8576,7 +8576,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8591,7 +8591,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -8606,7 +8606,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8680,13 +8680,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/update_customer_payment_methods_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8699,7 +8699,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8714,7 +8714,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -8729,7 +8729,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8809,13 +8809,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/update_customer_payment_methods_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -8828,7 +8828,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -8843,7 +8843,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -8858,7 +8858,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -8949,7 +8949,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_plans_response" description: successful @@ -8985,12 +8985,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9005,7 +9005,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9018,7 +9018,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9080,7 +9080,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/plan_response" description: successful @@ -9116,12 +9116,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9136,7 +9136,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9149,7 +9149,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9203,7 +9203,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/plan_response" description: successful @@ -9239,12 +9239,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9259,7 +9259,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9272,7 +9272,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9287,7 +9287,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9350,7 +9350,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/plan_response" description: successful @@ -9386,12 +9386,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9406,7 +9406,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9419,7 +9419,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9434,7 +9434,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9504,7 +9504,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/plan_response" description: successful @@ -9540,12 +9540,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9560,7 +9560,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9573,7 +9573,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9588,7 +9588,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9660,7 +9660,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: examples: sucessfull: value: @@ -9677,7 +9677,7 @@ paths: description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9690,7 +9690,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9705,7 +9705,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9779,13 +9779,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/shipping_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9798,7 +9798,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9813,7 +9813,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9828,7 +9828,7 @@ paths: description: parameter validation error "428": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: The order cannot be modified because it has already @@ -9844,7 +9844,7 @@ paths: description: Precondition Required "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -9924,13 +9924,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/shipping_order_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -9943,7 +9943,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -9958,7 +9958,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -9973,7 +9973,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10045,13 +10045,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_shipping_contacts_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10064,7 +10064,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10079,7 +10079,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -10094,7 +10094,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10168,13 +10168,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_shipping_contacts_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10187,7 +10187,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10202,7 +10202,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -10217,7 +10217,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10297,13 +10297,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_shipping_contacts_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10316,7 +10316,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10331,7 +10331,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -10346,7 +10346,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10447,7 +10447,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -10483,12 +10483,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10501,7 +10501,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10516,7 +10516,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10588,7 +10588,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -10624,12 +10624,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -10644,7 +10644,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10657,7 +10657,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10672,7 +10672,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10746,7 +10746,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -10782,12 +10782,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10800,7 +10800,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10815,7 +10815,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -10895,7 +10895,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -10931,12 +10931,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -10951,7 +10951,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -10964,7 +10964,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -10979,7 +10979,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11089,7 +11089,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_events_response" description: successful @@ -11125,12 +11125,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11143,7 +11143,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11158,7 +11158,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11232,7 +11232,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -11268,12 +11268,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11286,7 +11286,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11301,7 +11301,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11375,7 +11375,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -11411,12 +11411,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11429,7 +11429,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11444,7 +11444,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11518,7 +11518,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -11554,12 +11554,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11572,7 +11572,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11587,7 +11587,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11661,7 +11661,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -11697,12 +11697,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -11717,7 +11717,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11730,7 +11730,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11745,7 +11745,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -11810,7 +11810,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_portal_response" description: Customer portal retrieved successfully @@ -11846,12 +11846,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11866,7 +11866,7 @@ paths: description: not found entity "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11928,7 +11928,7 @@ paths: responses: "201": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/customer_portal_response" description: Customer portal created successfully @@ -11964,12 +11964,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -11984,7 +11984,7 @@ paths: description: not found entity "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -11997,7 +11997,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -12052,7 +12052,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12088,12 +12088,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12106,7 +12106,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12121,7 +12121,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12194,7 +12194,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12230,12 +12230,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -12250,7 +12250,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12263,7 +12263,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12278,7 +12278,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12351,7 +12351,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12387,12 +12387,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -12407,7 +12407,7 @@ paths: description: parameter validation error "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12420,7 +12420,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12435,7 +12435,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12501,7 +12501,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12537,12 +12537,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12555,7 +12555,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12570,7 +12570,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12638,7 +12638,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_events_response" description: successful @@ -12674,12 +12674,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12692,7 +12692,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -12706,7 +12706,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12721,7 +12721,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -12736,7 +12736,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12802,7 +12802,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12838,12 +12838,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -12856,7 +12856,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -12870,7 +12870,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -12885,7 +12885,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -12951,7 +12951,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/subscription_response" description: successful @@ -12987,12 +12987,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13005,7 +13005,7 @@ paths: description: authentication error "402": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The card could not be processed. @@ -13019,7 +13019,7 @@ paths: description: payment required error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -13034,7 +13034,7 @@ paths: description: not found entity "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -13049,7 +13049,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13121,13 +13121,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_tax_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13140,7 +13140,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -13155,7 +13155,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13229,13 +13229,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_tax_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13248,7 +13248,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -13263,7 +13263,7 @@ paths: description: parameter validation error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -13278,7 +13278,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13358,13 +13358,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/order_tax_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13377,7 +13377,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -13392,7 +13392,7 @@ paths: description: parameter validation error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -13407,7 +13407,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13461,7 +13461,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/token_response" description: successful operation @@ -13497,12 +13497,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13515,7 +13515,7 @@ paths: description: authentication error "422": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The token does not exist. @@ -13530,7 +13530,7 @@ paths: description: parameter validation error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13650,7 +13650,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_transactions_response" description: successful @@ -13686,12 +13686,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13704,7 +13704,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13769,7 +13769,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/transaction_response" description: successful @@ -13805,12 +13805,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13823,7 +13823,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13836,7 +13836,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -13928,7 +13928,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_transfers_response" description: successful @@ -13964,12 +13964,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -13982,7 +13982,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14047,7 +14047,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/transfer_response" description: successful @@ -14083,12 +14083,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14101,7 +14101,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14114,7 +14114,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14206,7 +14206,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_webhook_keys_response" description: successful @@ -14242,12 +14242,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14260,7 +14260,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14310,13 +14310,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_key_create_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14329,7 +14329,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14383,7 +14383,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_key_delete_response" description: successful @@ -14419,12 +14419,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14437,7 +14437,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -14452,7 +14452,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14515,7 +14515,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_key_response" description: successful @@ -14551,12 +14551,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14569,7 +14569,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -14584,7 +14584,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14643,13 +14643,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_key_response" description: successful operation "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -14664,7 +14664,7 @@ paths: description: not found entity "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14677,7 +14677,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14778,7 +14778,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/get_webhooks_response" description: successful @@ -14814,12 +14814,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14832,7 +14832,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14888,13 +14888,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_response" description: successful operation "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -14907,7 +14907,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -14961,7 +14961,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_response" description: successful @@ -14997,12 +14997,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -15015,7 +15015,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -15030,7 +15030,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -15093,7 +15093,7 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_response" description: successful @@ -15129,12 +15129,12 @@ paths: Conekta-Media-Type: explode: false schema: - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json type: string style: simple "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -15147,7 +15147,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -15162,7 +15162,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -15233,13 +15233,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_response" description: successful operation "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -15254,7 +15254,7 @@ paths: description: not found entity "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -15267,7 +15267,7 @@ paths: description: authentication error "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -15322,13 +15322,13 @@ paths: responses: "200": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "#/components/schemas/webhook_response" description: successful "401": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: Please include your access key in your request. @@ -15341,7 +15341,7 @@ paths: description: authentication error "404": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - message: The resource was not found. @@ -15356,7 +15356,7 @@ paths: description: not found entity "500": content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: example: details: - debug_message: There was a runtime error and Conekta engineers have @@ -17480,7 +17480,7 @@ components: customer_shipping_contacts_data_response: allOf: - description: |- - [Shipping](https://developers.conekta.com/v2.2.0/reference/createcustomershippingcontacts) + [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used. properties: phone: @@ -17787,7 +17787,7 @@ components: - properties: token_id: description: "Token id that will be used to create a \"card\" type payment\ - \ method. See the (subscriptions)[https://developers.conekta.com/v2.2.0/reference/createsubscription]\ + \ method. See the (subscriptions)[https://developers.conekta.com/v2.3.0/reference/createsubscription]\ \ tutorial for more information on how to tokenize cards." example: tok_32hj4g234as type: string @@ -17838,7 +17838,7 @@ components: title: customer_payment_methods_request customer_shipping_contacts_request: description: |- - [Shipping](https://developers.conekta.com/v2.2.0/reference/createcustomershippingcontacts) + [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used. properties: phone: @@ -18470,11 +18470,11 @@ components: additionalProperties: type: string example: - Accept: application/vnd.conekta-v2.2.0+json + Accept: application/vnd.conekta-v2.3.0+json Accept-Encoding: "gzip, deflate, br" Accept-Language: "es-419, es; q=0.9, en; q=0.8" Activitypermission: orders:read - Apiversion: 2.2.0 + Apiversion: 2.3.0 response_body: type: object response_headers: @@ -18493,7 +18493,7 @@ components: Access-Control-Allow-Methods: "POST, GET, PUT, OPTIONS" Access-Control-Allow-Origin: '*' Access-Control-Max-Age: "1728000" - Conekta-Media-Type: conekta-v2.2.0; format=application/json + Conekta-Media-Type: conekta-v2.3.0; format=application/json Content-Type: application/json; charset=utf-8 Referrer-Policy: strict-origin-when-cross-origin Strict-Transport-Security: max-age=31536000; includeSubDomains @@ -18522,7 +18522,7 @@ components: example: 5a0b7001edbb6e1725b0b2c6 type: string version: - example: 2.2.0 + example: 2.3.0 type: string title: logs_response_data logs_response_for_request: @@ -18614,11 +18614,11 @@ components: additionalProperties: type: string example: - Accept: application/vnd.conekta-v2.2.0+json + Accept: application/vnd.conekta-v2.3.0+json Accept-Encoding: "gzip, deflate, br" Accept-Language: "es-419, es; q=0.9, en; q=0.8" Activitypermission: orders:read - Apiversion: 2.2.0 + Apiversion: 2.3.0 response_body: type: object response_headers: @@ -18637,7 +18637,7 @@ components: Access-Control-Allow-Methods: "POST, GET, PUT, OPTIONS" Access-Control-Allow-Origin: '*' Access-Control-Max-Age: "1728000" - Conekta-Media-Type: conekta-v2.2.0; format=application/json + Conekta-Media-Type: conekta-v2.3.0; format=application/json Content-Type: application/json; charset=utf-8 Referrer-Policy: strict-origin-when-cross-origin Strict-Transport-Security: max-age=31536000; includeSubDomains @@ -18666,7 +18666,7 @@ components: example: 5a0b7001edbb6e1725b0b2c6 type: string version: - example: 2.2.0 + example: 2.3.0 type: string required: - created_at @@ -19437,7 +19437,7 @@ components: title: get_orders_response order_checkout_request: description: | - [Checkout](https://developers.conekta.com/v2.2.0/reference/payment-link) details + [Checkout](https://developers.conekta.com/v2.3.0/reference/payment-link) details properties: allowed_payment_methods: description: "Are the payment methods available for this link. For subscriptions,\ @@ -19763,7 +19763,7 @@ components: description: a order properties: charges: - description: "List of [charges](https://developers.conekta.com/v2.2.0/reference/orderscreatecharge)\ + description: "List of [charges](https://developers.conekta.com/v2.3.0/reference/orderscreatecharge)\ \ that are applied to the order" items: $ref: "#/components/schemas/charge_request" @@ -19779,7 +19779,7 @@ components: customer_info: $ref: "#/components/schemas/order_request_customer_info" discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline)\ + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline)\ \ that are applied to the order." items: $ref: "#/components/schemas/order_discount_lines_request" @@ -19787,7 +19787,7 @@ components: fiscal_entity: $ref: "#/components/schemas/order_fiscal_entity_request" line_items: - description: "List of [products](https://developers.conekta.com/v2.2.0/reference/orderscreateproduct)\ + description: "List of [products](https://developers.conekta.com/v2.3.0/reference/orderscreateproduct)\ \ that are sold in the order. You must have at least one product." items: $ref: "#/components/schemas/product" @@ -19818,13 +19818,13 @@ components: shipping_contact: $ref: "#/components/schemas/customer_shipping_contacts_request" shipping_lines: - description: "List of [shipping costs](https://developers.conekta.com/v2.2.0/reference/orderscreateshipping).\ + description: "List of [shipping costs](https://developers.conekta.com/v2.3.0/reference/orderscreateshipping).\ \ If the online store offers digital products." items: $ref: "#/components/schemas/shipping_request" type: array tax_lines: - description: "List of [taxes](https://developers.conekta.com/v2.2.0/reference/orderscreatetaxes)\ + description: "List of [taxes](https://developers.conekta.com/v2.3.0/reference/orderscreatetaxes)\ \ that are applied to the order." items: $ref: "#/components/schemas/order_tax_request" @@ -19894,7 +19894,7 @@ components: customer_info: $ref: "#/components/schemas/order_update_customer_info" discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline)\ + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline)\ \ that are applied to the order." items: $ref: "#/components/schemas/order_discount_lines_request" @@ -19902,7 +19902,7 @@ components: fiscal_entity: $ref: "#/components/schemas/order_update_fiscal_entity_request" line_items: - description: "List of [products](https://developers.conekta.com/v2.2.0/reference/orderscreateproduct)\ + description: "List of [products](https://developers.conekta.com/v2.3.0/reference/orderscreateproduct)\ \ that are sold in the order. You must have at least one product." items: $ref: "#/components/schemas/product" @@ -19916,7 +19916,7 @@ components: shipping_contact: $ref: "#/components/schemas/customer_shipping_contacts_request" shipping_lines: - description: "List of [shipping costs](https://developers.conekta.com/v2.2.0/reference/orderscreateshipping).\ + description: "List of [shipping costs](https://developers.conekta.com/v2.3.0/reference/orderscreateshipping).\ \ If the online store offers digital products." items: $ref: "#/components/schemas/shipping_request" @@ -20524,13 +20524,13 @@ components: maxProperties: 100 type: object tax_lines: - description: "List of [taxes](https://developers.conekta.com/v2.2.0/reference/orderscreatetaxes)\ + description: "List of [taxes](https://developers.conekta.com/v2.3.0/reference/orderscreatetaxes)\ \ that are applied to the order." items: $ref: "#/components/schemas/order_tax_request" type: array discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline)\ + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline)\ \ that are applied to the order." items: $ref: "#/components/schemas/order_discount_lines_request" @@ -21013,7 +21013,7 @@ components: title: customer_shipping_contacts_response customer_update_shipping_contacts_request: description: |- - [Shipping](https://developers.conekta.com/v2.2.0/reference/createcustomershippingcontacts) + [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used. properties: phone: diff --git a/api.yaml b/api.yaml index 88d1e364..f8340e4a 100644 --- a/api.yaml +++ b/api.yaml @@ -4,7 +4,7 @@ servers: description: Conekta main server info: description: Conekta sdk - version: 2.2.0 + version: 2.3.0 contact: name: Engineering Conekta url: https://github.com/conekta/openapi/issues diff --git a/mocks/conekta_api.json b/mocks/conekta_api.json index 7ab88874..4af8b7bd 100644 --- a/mocks/conekta_api.json +++ b/mocks/conekta_api.json @@ -199,7 +199,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -287,7 +287,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -331,7 +331,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -383,7 +383,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -435,7 +435,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -459,7 +459,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -483,7 +483,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -507,7 +507,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -543,7 +543,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -641,7 +641,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -665,7 +665,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -689,7 +689,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -713,7 +713,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -749,7 +749,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -801,7 +801,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -825,7 +825,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -849,7 +849,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -873,7 +873,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -897,7 +897,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -933,7 +933,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -985,7 +985,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1009,7 +1009,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1033,7 +1033,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1057,7 +1057,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1081,7 +1081,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1117,7 +1117,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1169,7 +1169,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1193,7 +1193,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1217,7 +1217,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1241,7 +1241,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1265,7 +1265,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1301,7 +1301,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1353,7 +1353,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1377,7 +1377,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1401,7 +1401,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1425,7 +1425,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1449,7 +1449,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1485,7 +1485,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1537,7 +1537,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1596,7 +1596,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1655,7 +1655,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1679,7 +1679,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1703,7 +1703,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1727,7 +1727,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1763,7 +1763,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -1815,7 +1815,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1839,7 +1839,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1863,7 +1863,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1887,7 +1887,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1923,7 +1923,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1955,7 +1955,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -1979,7 +1979,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2003,7 +2003,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2027,7 +2027,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2063,7 +2063,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2095,7 +2095,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2127,7 +2127,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2159,7 +2159,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2183,7 +2183,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2207,7 +2207,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2243,7 +2243,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2275,7 +2275,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2299,7 +2299,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2323,7 +2323,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2347,7 +2347,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2383,7 +2383,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2415,7 +2415,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2439,7 +2439,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2463,7 +2463,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2487,7 +2487,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2523,7 +2523,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2562,7 +2562,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2586,7 +2586,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2610,7 +2610,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2634,7 +2634,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2670,7 +2670,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2709,7 +2709,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2733,7 +2733,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2757,7 +2757,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2781,7 +2781,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2817,7 +2817,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2856,7 +2856,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2880,7 +2880,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2904,7 +2904,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2928,7 +2928,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -2964,7 +2964,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3003,7 +3003,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3027,7 +3027,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3051,7 +3051,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3075,7 +3075,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3111,7 +3111,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3150,7 +3150,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3174,7 +3174,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3217,7 +3217,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3241,7 +3241,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3277,7 +3277,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -3329,7 +3329,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3353,7 +3353,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3377,7 +3377,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3401,7 +3401,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3437,7 +3437,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -3481,7 +3481,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3505,7 +3505,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3529,7 +3529,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3553,7 +3553,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3589,7 +3589,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -3641,7 +3641,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3665,7 +3665,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3689,7 +3689,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3713,7 +3713,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3749,7 +3749,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -3801,7 +3801,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3825,7 +3825,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3849,7 +3849,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3873,7 +3873,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3897,7 +3897,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -3933,7 +3933,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -3985,7 +3985,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4009,7 +4009,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4033,7 +4033,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4057,7 +4057,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4081,7 +4081,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4117,7 +4117,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -4169,7 +4169,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4193,7 +4193,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4217,7 +4217,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4241,7 +4241,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4265,7 +4265,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4301,7 +4301,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -4345,7 +4345,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4369,7 +4369,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4393,7 +4393,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4429,7 +4429,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -4481,7 +4481,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4505,7 +4505,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4529,7 +4529,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4565,7 +4565,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -4617,7 +4617,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4641,7 +4641,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4665,7 +4665,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4694,14 +4694,14 @@ "responses": [ { "uuid": "7e41ac82-c1d8-4082-8971-2039bae407d4", - "body": "{\n \"data\": [\n {\n \"created_at\": 1679416597,\n \"id\": \"6419dd15b985080001fc280e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"40ab4a33-29d7-44df-873a-03e0a5a85eb9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dd15-67e0e3ca123b59671b3eef84\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dd15b985080001fc280e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:37.130Z\",\n \"url\": \"/events/63fe3d2ddf70970001cfb41a\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679416574,\n \"id\": \"6419dcfeb985080001fc280d\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"b4cf71a4-4f6d-4e8d-9b74-fc3a2a89185c\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dcfe-2bae44f360663b373ef31eb0\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1677605504,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3a80df70970001cfb3fd\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSifr1AuzQqyHTTq\",\n \"last_attempted_at\": 1677605505,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1677605196,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe394cdf70970001cfb3e0\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSibvcpYb33N74Zt\",\n \"last_attempted_at\": 1677605197,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669651273,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"6384db49247ffd0001058cf3\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2svd2sh6GbqzyWBNZ\",\n \"last_attempted_at\": 1669651274,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233099,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3ENUyByXnjb15P\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"paid_at\": 1669233099,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"377951\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669442399,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"bc2b88ae1d9e49169670a4912ac23a5c\",\n \"sms_sent\": 0,\n \"starts_at\": 1669183200,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/bc2b88ae1d9e49169670a4912ac23a5c\"\n },\n \"created_at\": 1669232965,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2su3ENUyByXnjb15N\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2su3ENUyByXnjb15J\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2su3ENUyByXnjb15N\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2su3ENUyByXnjb15M\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2su3ENUyByXnjb15K\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2su3ENUyByXnjb15N\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669233099\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79cb70d06300013ea169\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G52gM4J7vEuKo\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233099,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"paid_at\": 1669233099,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"377951\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79cb70d06300013ea161\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G52gM4J7vEuKf\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233098,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79ca70d06300013ea15e\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G4HrprjUHyEqC\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669232437,\n \"data\": {\n \"object\": {\n \"amount\": 4321,\n \"amount_refunded\": 0,\n \"created_at\": 1669232437,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"antifraud_info\": {\n \"paid_transactions\": 0\n },\n \"corporate\": false,\n \"customer_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"email\": \"mauriciocarrero15@gmail.com\",\n \"name\": \"franklin\",\n \"object\": \"customer_info\"\n },\n \"id\": \"ord_2su37egNGiKGYzcQQ\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"id\": \"line_item_2su37egNGiKGYzcQN\",\n \"metadata\": {},\n \"name\": \"Box of Cohiba S1s\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2su37egNGiKGYzcQQ\",\n \"quantity\": 1,\n \"unit_price\": 4321\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"updated_at\": 1669232437\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e7735f4d1ae0001c77172\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su37egNGiKGYzcQS\",\n \"last_attempted_at\": 1669232449,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669212659,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"d19fce5a-243f-4a9f-b1c5-1c43900e3a60\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stxmttFaLhxTPAAb\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669442399,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"d19fce5a-243f-4a9f-b1c5-1c43900e3a60\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"d19fce5a243f4a9fb1c51c43900e3a60\",\n \"sms_sent\": 0,\n \"starts_at\": 1669183200,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/d19fce5a243f4a9fb1c51c43900e3a60\"\n },\n \"created_at\": 1669212659,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stxmttFaLhxTPAAa\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stxmttFaLhxTPAAW\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stxmttFaLhxTPAAa\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stxmttFaLhxTPAAZ\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stxmttFaLhxTPAAX\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stxmttFaLhxTPAAa\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669212659\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e29f367f05b0001cfa362\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stxmttFaLhxTPAAe\",\n \"last_attempted_at\": 1669212670,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669154129,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"72a39ce7-6a1e-4889-9de7-882b91113e64\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjvtHLFmenxdX9i\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"72a39ce7-6a1e-4889-9de7-882b91113e64\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"72a39ce76a1e48899de7882b91113e64\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/72a39ce76a1e48899de7882b91113e64\"\n },\n \"created_at\": 1669154129,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjvtHLFmenxdX9h\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjvtHLFmenxdX9d\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjvtHLFmenxdX9h\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjvtHLFmenxdX9g\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjvtHLFmenxdX9e\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjvtHLFmenxdX9h\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669154129\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d455167f05b0001cf8ea3\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjvtHLFmenxdX9m\",\n \"last_attempted_at\": 1669154141,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153968,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjstnntvNM1Aa2D\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"paid_at\": 1669153968,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"643403\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"32ca4e74705a48df981879434a2cb5dc\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/32ca4e74705a48df981879434a2cb5dc\"\n },\n \"created_at\": 1669153894,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjstnntvNM1Aa2C\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjstnntvNM1Aa28\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjstnntvNM1Aa2B\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjstnntvNM1Aa29\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669153968\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44b070d06300013ea153\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtqSuXTkpfw5bZ\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153968,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"paid_at\": 1669153968,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"643403\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44b070d06300013ea14b\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtqSuXTkpfw5bR\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153967,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44af70d06300013ea148\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtpi61GCB3fR6x\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153894,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjstnntvNM1Aa2D\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"32ca4e74705a48df981879434a2cb5dc\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/32ca4e74705a48df981879434a2cb5dc\"\n },\n \"created_at\": 1669153894,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjstnntvNM1Aa2C\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjstnntvNM1Aa28\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjstnntvNM1Aa2B\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjstnntvNM1Aa29\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669153894\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d446667f05b0001cf8e94\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjstnntvNM1Aa2G\",\n \"last_attempted_at\": 1669153905,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145795,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti5wPPWk6JoZnsu\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"paid_at\": 1669145794,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"869987\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"ff6918c6504343b9a7ecd40d407d62c1\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/ff6918c6504343b9a7ecd40d407d62c1\"\n },\n \"created_at\": 1669145727,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sti5wPPWk6JoZnst\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sti5wPPWk6JoZnsp\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sti5wPPWk6JoZnss\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sti5wPPWk6JoZnsq\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669145795\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c370d06300013ea13d\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6ocb266tiiKhF\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145794,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"paid_at\": 1669145794,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"869987\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c270d06300013ea135\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6nsmVtYF6SfCh\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145794,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c270d06300013ea133\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6nsmVtYF6SfCf\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145727,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti5wPPWk6JoZnsu\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"ff6918c6504343b9a7ecd40d407d62c1\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/ff6918c6504343b9a7ecd40d407d62c1\"\n },\n \"created_at\": 1669145727,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sti5wPPWk6JoZnst\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sti5wPPWk6JoZnsp\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sti5wPPWk6JoZnss\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sti5wPPWk6JoZnsq\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669145727\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d247f67f05b0001cf8c1e\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti5wPPWk6JoZnsx\",\n \"last_attempted_at\": 1669145739,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669144365,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthmaovhGNs48rMz\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthnbA8voaarFgeQ\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669144364,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"1234\",\n \"fee\": 963,\n \"id\": \"637d1f2c70d06300013ea113\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sthmaovhGNs48rMy\",\n \"paid_at\": 1669144365,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"329134\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"ale test\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"18481d3d55a04a8697f4e9c0d07a0ff4\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/18481d3d55a04a8697f4e9c0d07a0ff4\"\n },\n \"created_at\": 1669144285,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sthmaovhGNs48rMy\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sthmaovhGNs48rMu\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sthmaovhGNs48rMy\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sthmaovhGNs48rMx\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sthmaovhGNs48rMv\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sthmaovhGNs48rMy\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669144365\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d1f2d70d06300013ea123\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sthnbtxT19EUXM95\",\n \"last_attempted_at\": 1669144377,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669144365,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthnbA8voaarFgeQ\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669144364,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"1234\",\n \"fee\": 963,\n \"id\": \"637d1f2c70d06300013ea113\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sthmaovhGNs48rMy\",\n \"paid_at\": 1669144365,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"329134\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"ale test\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d1f2d70d06300013ea11b\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sthnbtxT19EUXM8w\",\n \"last_attempted_at\": 1669144377,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/events?next=637d1f2d70d06300013ea11b\",\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dcfeb985080001fc280d\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:14.385Z\",\n \"url\": \"/events\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679412733,\n \"id\": \"6419cdfdb985080001fc2753\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"DELETE\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.0.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"4a338fb8-fe59-42c5-b22c-8e62eab214ba\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419cdfd-277ae3bb34cd24d96ae97e0a\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"deleted\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"name of person\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.0.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419cdfdb985080001fc2753\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:32:13.832Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.0.0\"\n },\n {\n \"created_at\": 1679412191,\n \"id\": \"6419cbdfb985080001fc2613\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"ShippingContact\",\n \"request_body\": {\n \"phone\": \"3143145050\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"6de8da48-2bd3-4c50-bcb7-3d83616334e1\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419cbdf-537ec5b07e6ebef85532e0cc\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"address\": {\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"street1\": \"Calle 123, int 2\"\n },\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"3143145050\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419cbdfb985080001fc2613\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:23:11.579Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/shipping_contacts/ship_cont_2tZWzJPBf87C6TcoQ\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679411682,\n \"id\": \"6419c9e2b985080001fc2377\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"name of person\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"88fc28b8-4fcb-4620-bfa6-810625b745fe\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9e2-0ca5819d27b189c4125ca40e\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"name of person\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9e2b985080001fc2377\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:14:42.357Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679411669,\n \"id\": \"6419c9d5b985080001fc227e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino daza\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"6742409d-fa49-4ed3-a470-2d93d9978eea\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9d5-17048a09368b366d776de157\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino daza\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9d5b985080001fc227e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:14:29.580Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679411657,\n \"id\": \"6419c9c9b985080001fc2254\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"FiscalEntity\",\n \"request_body\": {\n \"tax_id\": \"tax_28764234\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.0.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"61ab4bb1-7607-409a-933f-29fdea2f57fe\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9c9-6095e5b10f6c5aa928da33c4\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object fiscal_entity \\\"fis_ent_2tYENskzTjjgkGQLr\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\"\n }\n ],\n \"log_id\": \"6419c9c9b985080001fc2254\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.0.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9c9b985080001fc2254\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T15:14:17.341Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/fiscal_entities/fis_ent_2tYENskzTjjgkGQLr\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.0.0\"\n },\n {\n \"created_at\": 1679411627,\n \"id\": \"6419c9abb985080001fc2253\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino daza\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"0f361ddd-5429-4101-8321-a455c45a1918\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9ab-2ddf931927134bf673295a0b\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c9abb985080001fc2253\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9abb985080001fc2253\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T15:13:47.630Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679410834,\n \"id\": \"6419c692b985080001fc2252\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"User-Agent\": \"curl/7.79.1\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c692-44b13ba40884ca0d66c4a5ab\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c692b985080001fc2252\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c692b985080001fc2252\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T15:00:34.495Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679410272,\n \"id\": \"6419c460b985080001fc224e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"95d5d215-5fca-4d1e-b8a1-dcbb9d7c074f\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c460-3eeb7e8812c5d39009067985\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c460b985080001fc224e\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c460b985080001fc224e\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:51:12.277Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679410009,\n \"id\": \"6419c359b985080001fc224d\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"29733eba-b280-4c49-b04f-13d24753e9e2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c359-2b2287e14b4fc6e57de06c2a\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c359b985080001fc224d\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c359b985080001fc224d\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:46:49.867Z\",\n \"url\": \"/customers/cus_2rGtVF7jmG7HbdYKa/payment_sources/off_ref_2rGtVF7jmG7HbdYKb\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679409977,\n \"id\": \"6419c339b985080001fc224c\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino adzs\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"77ba789f-3462-44e4-b20f-822623f014d2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c339-02c2e2f00e4bee97749306d3\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c339b985080001fc224c\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c339b985080001fc224c\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:46:17.175Z\",\n \"url\": \"/customers/cus_2rGtVF7jmG7HbdYKa/payment_sources/off_ref_2rGtVF7jmG7HbdYKb\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679409934,\n \"id\": \"6419c30eb985080001fc224b\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {\n \"limit\": \"100\"\n },\n \"related\": \"Customer\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"80a1413f-cf16-4ca6-a30b-826a09468c0e\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c30e-582b03981e66b2dd3a8d29d9\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1679402134,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"default_shipping_contact_id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"email\": \"risk.team.12@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Risk Team\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino adzs\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402156,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxshRLo4Y4DHvZ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402151,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxp1KjoFHvryTz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"subscription\": {\n \"billing_cycle_end\": 1682080524,\n \"billing_cycle_start\": 1679402124,\n \"canceled_at\": null,\n \"card_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"charge_id\": \"6419a497b985080001fc165c\",\n \"created_at\": 1679402134,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"id\": \"sub_2tZWxbTPtQgGJGh8S\",\n \"last_billing_cycle_order_id\": \"ord_2tZWxcCDQcEuvYMcw\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"testplan79\",\n \"status\": \"active\",\n \"subscription_start\": 1679402134,\n \"trial_end\": 1679402134,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062294,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"default_shipping_contact_id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"email\": \"dotnet@test.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"tax_id\": \"tax_28764234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYENskzTjjgkGQLt\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062294,\n \"expires_at\": \"2023-03-20T14:11:08+00:00\",\n \"id\": \"off_ref_2tYENskzTjjgkGQLw\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"reference\": \"646180111805035883\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062142,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"default_shipping_contact_id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"email\": \"Kristin18@gmail.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062142,\n \"expires_at\": \"none\",\n \"id\": \"off_ref_2tYELwYTKSB5hDXsu\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"reference\": \"646180111805035870\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1678988244,\n \"custom_reference\": \"dotnet_123456\",\n \"default_fiscal_entity_id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"default_payment_source_id\": \"src_2tXx8KUxw6311kEbv\",\n \"default_shipping_contact_id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"email\": \"test@conekta.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"cdmx mexico\",\n \"country\": null,\n \"external_number\": \"avas3\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"11011\",\n \"state\": \"cdmx mexico\",\n \"street1\": \"av siempre viva\",\n \"street2\": \"condensa\"\n },\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"tax_id\": \"tax_23432\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tXx8KUxw6311kEbs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"test dotnet\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1678988244,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tXx8KUxw6311kEbv\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+573143159063\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": null,\n \"object\": \"shipping_address\",\n \"postal_code\": \"11011\",\n \"residential\": false,\n \"state\": null,\n \"street1\": \"avenida siempre viva\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"phone\": \"+54874122144\",\n \"receiver\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1681666634,\n \"billing_cycle_start\": 1678988234,\n \"canceled_at\": null,\n \"card_id\": \"src_2tXx8KUxw6311kEbv\",\n \"charge_id\": \"641612f8db5c8a0001e1b30f\",\n \"created_at\": 1678988244,\n \"customer_custom_reference\": \"dotnet_123456\",\n \"customer_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"id\": \"sub_2tXx8KUxw6311kEbw\",\n \"last_billing_cycle_order_id\": \"ord_2tXx8KUxw6311kEc2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"plan_2tXx672QLQ68CkmMn\",\n \"status\": \"active\",\n \"subscription_start\": 1678988244,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1675726452,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"default_payment_source_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"email\": \"Alec_Fay59@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcHxhTz7xU5SymL\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1677627533,\n \"billing_cycle_start\": null,\n \"canceled_at\": 1678258162,\n \"card_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"charge_id\": null,\n \"created_at\": 1677627543,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"id\": \"sub_2tSoWNL3A41LDVatE\",\n \"last_billing_cycle_order_id\": \"ord_2tSoWNL3A41LDVatK\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725876,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"default_payment_source_id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"email\": \"Abdul49@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"tax_id\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725252,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"default_shipping_contact_id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"email\": \"Else29@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725245,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Sandy92@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2cACByW8JMsL3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725245,\n \"default\": false,\n \"id\": \"ship_cont_2tKc2cACByW8JMsL2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2cACByW8JMsL3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715413,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZsTYcsryyu7AhB\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"email\": \"Anya59@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZsTYcsryyu7AhB\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715406,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Magali.McGlynn57@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715406,\n \"default\": false,\n \"id\": \"ship_cont_2tKZsNNtEU3SXDXG7\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715052,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZns2qutmo9cbqa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"email\": \"Ramona51@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZns2qutmo9cbqY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZns2qutmo9cbqa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715044,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Filiberto54@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715044,\n \"default\": false,\n \"id\": \"ship_cont_2tKZnm8HkJGc9THv6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714918,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZmA749BLsMRgBa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"email\": \"Miles_Price@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZmA749BLsMRgBY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZmA749BLsMRgBa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1680812508,\n \"billing_cycle_start\": 1678134108,\n \"canceled_at\": null,\n \"card_id\": \"src_2tKZmA749BLsMRgBa\",\n \"charge_id\": \"64090a810f2a730001213808\",\n \"created_at\": 1675714918,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"id\": \"sub_2tKZmA749BLsMRgBb\",\n \"last_billing_cycle_order_id\": \"ord_2tUigJ8DgBhbp6w5D\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1675714918,\n \"trial_end\": 1675714918,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714836,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Susana.Ferry42@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714836,\n \"default\": false,\n \"id\": \"ship_cont_2tKZk7ZsSqBg5HG1T\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675117539,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tHJfJ79KyUwpxTio\",\n \"default_shipping_contact_id\": null,\n \"email\": \"Adolphus.Streich@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Lenny Daugherty\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675117539,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tHJfJ79KyUwpxTio\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675116838,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Moises_Fay45@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJWP7rbvpX8Kmqy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alvina Hane\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1675116816,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Halie51@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJW6sq9YSFNPB4o\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juanita Cummings\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669995835,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swvehhNAkqA5okoQ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez dos\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669905592,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"noquieroquemelleguenlosmails@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swar2Ux79ARGMVfu\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669738071,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svx5hdPZQiGvfVwA\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669659964,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": \"ship_cont_2sveyPD5YkPyQaucJ\",\n \"email\": \"alexistest@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svewVwpVF5xrch71\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827947,\n \"default\": false,\n \"id\": \"ship_cont_2swHohiRgHM1Pu5Bc\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827644,\n \"default\": false,\n \"id\": \"ship_cont_2swHjr2AusnSv4zjm\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827515,\n \"default\": false,\n \"id\": \"ship_cont_2swHiCnUkAAmFEPY3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669826728,\n \"default\": false,\n \"id\": \"ship_cont_2swHYBmfyGAE6h7yx\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669824371,\n \"default\": false,\n \"id\": \"ship_cont_2swH2BgXjNPDA9yEu\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2svewVwpVF5xrch71/shipping_contacts?next=ship_cont_2swH2BgXjNPDA9yEu&limit=5\",\n \"object\": \"list\",\n \"total\": 43\n },\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669142289,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"leandro.orban@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2sthLBEZRLp2s6GWc\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Leandro Orban\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1668714907,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": \"ship_cont_2ss5YJmU46RyxKN3q\",\n \"email\": \"leandro.orban@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Leandro Orban\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1677604770,\n \"default\": false,\n \"id\": \"ship_cont_2tSiWW7njfEgy4Mrz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1675276442,\n \"default\": false,\n \"id\": \"ship_cont_2tHuXw1RwZAWy5cEw\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1674505154,\n \"default\": false,\n \"id\": \"ship_cont_2tEzGSbpb5KFNL3CW\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1674503992,\n \"default\": false,\n \"id\": \"ship_cont_2tEz1ejmZRDSiWuwV\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669757982,\n \"default\": false,\n \"id\": \"ship_cont_2sw2T9gcUk6v7QJrk\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2ss5YAeTKuEr5M4fD/shipping_contacts?next=ship_cont_2sw2T9gcUk6v7QJrk&limit=5\",\n \"object\": \"list\",\n \"total\": 24\n },\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1651084895,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2riNTACTruN6tuZAG\",\n \"default_shipping_contact_id\": null,\n \"email\": \"mauriciocarrero15@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"franklin\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"554337\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651526704,\n \"default\": false,\n \"exp_month\": \"02\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rk3Qp39ndcNhxMWE\",\n \"last4\": \"7498\",\n \"name\": \"FRANKLIN CARRERO\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651103314,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSVcNPfPUpAfqty\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651102413,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSJ9CBXmTFyVkUa\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651101873,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSBGSuweU3udAM9\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651101626,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riS886YLQRpMRiwm\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2riNTAHJHNJ8xyff4/payment_sources?next=src_2riS886YLQRpMRiwm&limit=5\",\n \"object\": \"list\",\n \"total\": 12\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1649342933,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"avulon21@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rbnAG9RtxRYMwByR\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"avulon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"352143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1649342412,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"franklin@kichink.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rbn3dWZd69ZWAz9M\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"franklin\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1647449937,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"sebastian.reh@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rUcitwEusL8hqHAy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"sebas reh\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"573143159876\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1645125710,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rKpeXQpapLonfVkg\",\n \"default_shipping_contact_id\": \"ship_cont_2rKpeXQpapLonfVkd\",\n \"email\": \"sebastian.reh@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rKpeXQpapLonfVke\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Sebastian Reh\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"555555\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1645125710,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rKpeXQpapLonfVkg\",\n \"last4\": \"4444\",\n \"name\": \"Sebas Reh\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rKpeXQpapLonfVke\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1645125710,\n \"default\": true,\n \"id\": \"ship_cont_2rKpeXQpapLonfVkd\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2rKpeXQpapLonfVke\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1645125700,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2rKpeXQpapLonfVkg\",\n \"charge_id\": null,\n \"created_at\": 1645125710,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2rKpeXQpapLonfVke\",\n \"id\": \"sub_2rKpeXQpapLonfVkh\",\n \"last_billing_cycle_order_id\": \"ord_2rKpeXQpapLonfVkm\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1645125710,\n \"trial_end\": 1645125710,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1644350412,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rGtVzg5V2KZrKXBh\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262250432\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262250432.png\",\n \"created_at\": 1644350412,\n \"expires_at\": 0,\n \"id\": \"off_ref_2rGtVzg5V2KZrKXBi\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rGtVzg5V2KZrKXBh\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262250432\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1644350353,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rGtVF7jmG7HbdYKa\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262250424\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262250424.png\",\n \"created_at\": 1644350353,\n \"expires_at\": 0,\n \"id\": \"off_ref_2rGtVF7jmG7HbdYKb\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rGtVF7jmG7HbdYKa\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262250424\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1642533254,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rA4SwgcwiQRrzHzJ\",\n \"default_shipping_contact_id\": null,\n \"email\": \"gabriel.necoechea@outlook.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"contracargos\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1650558238,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2rgNsWHcEmZxws1C9\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1649860374,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2rdjicJFNFfajohbW\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"523585\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1642605129,\n \"default\": false,\n \"exp_month\": \"11\",\n \"exp_year\": \"22\",\n \"id\": \"src_2rAHUpmEvY4PzjC9x\",\n \"last4\": \"0493\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"523585\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1642545745,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"22\",\n \"id\": \"src_2rA4SwgcwiQRrzHzJ\",\n \"last4\": \"0493\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1639517119,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxbnVca7KzpmD2CK\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262247974\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262247974.png\",\n \"created_at\": 1639517120,\n \"expires_at\": 0,\n \"id\": \"off_ref_2qxbnVca7KzpmD2CL\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qxbnVca7KzpmD2CK\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262247974\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1639496663,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"santiceron023@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxXJ7gX7D9Tk5YJw\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"santiago felipe cerón araujo\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"523007720123\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1639493114,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qxWWwakDgPB5qWJV\",\n \"default_shipping_contact_id\": \"ship_cont_2qxWWwakDgPB5qWJS\",\n \"email\": \"elio.rincon@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"400000\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1639493114,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"27\",\n \"id\": \"src_2qxWWwakDgPB5qWJV\",\n \"last4\": \"3184\",\n \"name\": \"Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1639493114,\n \"default\": true,\n \"id\": \"ship_cont_2qxWWwakDgPB5qWJS\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1642171504,\n \"billing_cycle_start\": 1639493104,\n \"canceled_at\": null,\n \"card_id\": \"src_2qxWWwakDgPB5qWJV\",\n \"charge_id\": \"61b8adfa6d41e849cd63c60f\",\n \"created_at\": 1639493114,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"id\": \"sub_2qxWWwakDgPB5qWJW\",\n \"last_billing_cycle_order_id\": \"ord_2qxWWwakDgPB5qWJa\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1639493114,\n \"trial_end\": 1639493114,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637268724,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"default_shipping_contact_id\": \"ship_cont_2qp6MNSTZpTFMvd9g\",\n \"email\": \"ale@encalient.es\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"557700\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1637268724,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"last4\": \"0004\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637268724,\n \"default\": true,\n \"id\": \"ship_cont_2qp6MNSTZpTFMvd9g\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1639860714,\n \"billing_cycle_start\": 1637268714,\n \"canceled_at\": null,\n \"card_id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"charge_id\": \"6196bcf4d5bf557234873957\",\n \"created_at\": 1637268724,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"id\": \"sub_2qp6MNSTZpTFMvd9k\",\n \"last_billing_cycle_order_id\": \"ord_2qp6MNSTZpTFMvd9p\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1637268724,\n \"trial_end\": 1637268724,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637268707,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"ale@encalient.es\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qp6M9tXiRtDbvQR3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637268707,\n \"default\": false,\n \"id\": \"ship_cont_2qp6M9tXiRtDbvQR2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qp6M9tXiRtDbvQR3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637095600,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qoSMjC9bjG3qKva4\",\n \"default_shipping_contact_id\": \"ship_cont_2qoSMiTL5XhQD4G5b\",\n \"email\": \"luisa.herrera@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Luisa Herrera\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"556074\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1637095600,\n \"default\": true,\n \"exp_month\": \"07\",\n \"exp_year\": \"22\",\n \"id\": \"src_2qoSMjC9bjG3qKva4\",\n \"last4\": \"9228\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637095600,\n \"default\": true,\n \"id\": \"ship_cont_2qoSMiTL5XhQD4G5b\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1639687590,\n \"billing_cycle_start\": 1637095590,\n \"canceled_at\": 1659471608,\n \"card_id\": \"src_2qoSMjC9bjG3qKva4\",\n \"charge_id\": \"619418b0d5bf551e973b99c6\",\n \"created_at\": 1637095600,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"id\": \"sub_2qoSMjC9bjG3qKva5\",\n \"last_billing_cycle_order_id\": \"ord_2qoSMjC9bjG3qKva9\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887613,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qisFeQb73EXeMcUw\",\n \"default_shipping_contact_id\": \"ship_cont_2qisFdfmaqft25wzU\",\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisFdfmaqft25wzV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"557700\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1635887614,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qisFeQb73EXeMcUw\",\n \"last4\": \"0004\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qisFdfmaqft25wzV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887613,\n \"default\": true,\n \"id\": \"ship_cont_2qisFdfmaqft25wzU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisFdfmaqft25wzV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635887604,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qisFeQb73EXeMcUw\",\n \"charge_id\": null,\n \"created_at\": 1635887614,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qisFdfmaqft25wzV\",\n \"id\": \"sub_2qisFeQb73EXeMcUx\",\n \"last_billing_cycle_order_id\": \"ord_2qisFeQb73EXeMcV2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635887614,\n \"trial_end\": 1635887614,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887542,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qisEjFbcghqBXZQb\",\n \"default_shipping_contact_id\": \"ship_cont_2qisEjFbcghqBXZQY\",\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"401288\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1635887542,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qisEjFbcghqBXZQb\",\n \"last4\": \"1881\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887542,\n \"default\": true,\n \"id\": \"ship_cont_2qisEjFbcghqBXZQY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635887532,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qisEjFbcghqBXZQb\",\n \"charge_id\": null,\n \"created_at\": 1635887542,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"id\": \"sub_2qisEjFbcghqBXZQc\",\n \"last_billing_cycle_order_id\": \"ord_2qisEjFbcghqBXZQg\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635887542,\n \"trial_end\": 1635887542,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887470,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisDp6c8LB7powTs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887470,\n \"default\": false,\n \"id\": \"ship_cont_2qisDp6c8LB7powTr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisDp6c8LB7powTs\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887447,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisDX7m9kECa1cc7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887447,\n \"default\": false,\n \"id\": \"ship_cont_2qisDX7m9kECa1cc6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisDX7m9kECa1cc7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635880894,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"default_shipping_contact_id\": \"ship_cont_2qiqn7Gk9LVBF68YY\",\n \"email\": \"elio.rincon27@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"378282\",\n \"brand\": \"american_express\",\n \"card_type\": \"credit\",\n \"created_at\": 1635880894,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"last4\": \"0002\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635880894,\n \"default\": true,\n \"id\": \"ship_cont_2qiqn7Gk9LVBF68YY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635880884,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"charge_id\": null,\n \"created_at\": 1635880894,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"id\": \"sub_2qiqn7Gk9LVBF68Yc\",\n \"last_billing_cycle_order_id\": \"ord_2qiqn81ZfY3psMo36\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635880894,\n \"trial_end\": 1635880894,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635880657,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qiqj6JZk65SAVnrG\",\n \"default_shipping_contact_id\": \"ship_cont_2qiqj6JZk65SAVnrD\",\n \"email\": \"usuario@example.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Mario Perez\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"371449\",\n \"brand\": \"american_express\",\n \"card_type\": \"credit\",\n \"created_at\": 1635880657,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qiqj6JZk65SAVnrG\",\n \"last4\": \"8431\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635880657,\n \"default\": true,\n \"id\": \"ship_cont_2qiqj6JZk65SAVnrD\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635880647,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qiqj6JZk65SAVnrG\",\n \"charge_id\": null,\n \"created_at\": 1635880657,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"id\": \"sub_2qiqj6JZk65SAVnrH\",\n \"last_billing_cycle_order_id\": \"ord_2qiqj6JZk65SAVnrM\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635880657,\n \"trial_end\": 1635880657,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1635258116,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rAHVV9qzuL8VHiM3\",\n \"default_shipping_contact_id\": null,\n \"email\": \"franklin.carrero@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Franklin carrero\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1662073597,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2sRx2yLWwQADhyc2z\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"554337\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651527212,\n \"default\": false,\n \"exp_month\": \"02\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rk3XH5NHuZvM3Heg\",\n \"last4\": \"7498\",\n \"name\": \"FRANKLIN CARRERO\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651096750,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riR44KXWKfAyGt2z\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"528714\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651095801,\n \"default\": false,\n \"exp_month\": \"10\",\n \"exp_year\": \"22\",\n \"id\": \"src_2riQqynpobSeugHsP\",\n \"last4\": \"2956\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"528714\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651095206,\n \"default\": false,\n \"exp_month\": \"10\",\n \"exp_year\": \"22\",\n \"id\": \"src_2riQiQXKzyWfpzSNN\",\n \"last4\": \"2956\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2qgV6xazx1GDVAs4t/payment_sources?next=src_2riQiQXKzyWfpzSNN&limit=5\",\n \"object\": \"list\",\n \"total\": 9\n },\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1629909831,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qLFNGyaNMxaQrmxb\",\n \"default_shipping_contact_id\": \"ship_cont_2qLFNGyaNMxaQrmxY\",\n \"email\": \"elio.rincon@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855564,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK95PQcXs6Tzfoh\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855424,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK7J2hid4GP42JV\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855350,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK6MQ5BsQGWniZX\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855347,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK6KBcdGiKjugDX\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855028,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK2FgFXgAf7ME4j\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2qLFNGyaNMxaQrmxZ/payment_sources?next=src_2qrK2FgFXgAf7ME4j&limit=5\",\n \"object\": \"list\",\n \"total\": 20\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1629909831,\n \"default\": true,\n \"id\": \"ship_cont_2qLFNGyaNMxaQrmxY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1629909821,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qLFNGyaNMxaQrmxb\",\n \"charge_id\": null,\n \"created_at\": 1629909831,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"id\": \"sub_2qLFNGyaNMxaQrmxc\",\n \"last_billing_cycle_order_id\": \"ord_2qLFNGyaNMxaQrmxg\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"prueba-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1629909831,\n \"trial_end\": 1629909831,\n \"trial_start\": null\n }\n }\n ],\n \"has_more\": false,\n \"next_page_url\": null,\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c30eb985080001fc224b\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:45:34.917Z\",\n \"url\": \"/customers\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679409103,\n \"id\": \"6419bfcfb985080001fc2057\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino adzs\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"5a795e1e-48ab-4c24-aa47-050982a90f32\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bfcf-21ae019b368a0b8461ec49c7\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino adzs\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bfcfb985080001fc2057\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:31:43.584Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679409097,\n \"id\": \"6419bfc9b985080001fc2056\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"da80020b-f462-4237-a52c-552c4a2c1b6c\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bfc9-2ca4622d286209e9190e987f\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.name.invalid\",\n \"debug_message\": \"Invalid format for \\\"name\\\".\",\n \"message\": \"Formato inválido para \\\"name\\\".\",\n \"param\": \"name\"\n }\n ],\n \"log_id\": \"6419bfc9b985080001fc2056\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bfc9b985080001fc2056\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:31:37.370Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679408909,\n \"id\": \"6419bf0db985080001fc1fcb\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"type\": \"cash\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"3b17b134-2e8b-4845-a0c2-7872418e43cb\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bf0d-188b1b98757c075851369f29\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.type.immutable\",\n \"debug_message\": \"\\\"type\\\" is immutable.\",\n \"message\": \"\\\"type\\\" no debe ser actualizado.\",\n \"param\": \"type\"\n }\n ],\n \"log_id\": \"6419bf0db985080001fc1fcb\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bf0db985080001fc1fcb\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:28:29.060Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679408838,\n \"id\": \"6419bec6b985080001fc1fca\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"d91e4027-8118-4e7f-a87e-efea3f13fedc\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bec6-12bc52d34165c3bf51e44025\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.token_id.immutable\",\n \"debug_message\": \"\\\"token_id\\\" is immutable.\",\n \"message\": \"\\\"token_id\\\" no debe ser actualizado.\",\n \"param\": \"token_id\"\n },\n {\n \"code\": \"conekta.errors.parameter_validation.type.immutable\",\n \"debug_message\": \"\\\"type\\\" is immutable.\",\n \"message\": \"\\\"type\\\" no debe ser actualizado.\",\n \"param\": \"type\"\n }\n ],\n \"log_id\": \"6419bec6b985080001fc1fca\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bec6b985080001fc1fca\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:27:18.860Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679408809,\n \"id\": \"6419bea9b985080001fc1fc9\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"32f30e84-0931-4b2b-976d-b445167be4a2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bea9-7fc613200e91892758aa52a3\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object card \\\"src_2tZWxbTPtQgGJGh8R\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419bea9b985080001fc1fc9\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bea9b985080001fc1fc9\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T14:26:49.045Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679408789,\n \"id\": \"6419be95b985080001fc1fc8\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Customer\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"c880dedd-1182-484c-b14b-55e8033562e9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419be95-7f4ac45c3a870657328140ff\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1679402134,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"default_shipping_contact_id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"email\": \"risk.team.12@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Risk Team\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"Marija tefanija Kucharski\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402156,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxshRLo4Y4DHvZ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402151,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxp1KjoFHvryTz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"subscription\": {\n \"billing_cycle_end\": 1682080524,\n \"billing_cycle_start\": 1679402124,\n \"canceled_at\": null,\n \"card_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"charge_id\": \"6419a497b985080001fc165c\",\n \"created_at\": 1679402134,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"id\": \"sub_2tZWxbTPtQgGJGh8S\",\n \"last_billing_cycle_order_id\": \"ord_2tZWxcCDQcEuvYMcw\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"testplan79\",\n \"status\": \"active\",\n \"subscription_start\": 1679402134,\n \"trial_end\": 1679402134,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062294,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"default_shipping_contact_id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"email\": \"dotnet@test.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"tax_id\": \"tax_28764234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYENskzTjjgkGQLt\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062294,\n \"expires_at\": \"2023-03-20T14:11:08+00:00\",\n \"id\": \"off_ref_2tYENskzTjjgkGQLw\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"reference\": \"646180111805035883\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062142,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"default_shipping_contact_id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"email\": \"Kristin18@gmail.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062142,\n \"expires_at\": \"none\",\n \"id\": \"off_ref_2tYELwYTKSB5hDXsu\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"reference\": \"646180111805035870\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1678988244,\n \"custom_reference\": \"dotnet_123456\",\n \"default_fiscal_entity_id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"default_payment_source_id\": \"src_2tXx8KUxw6311kEbv\",\n \"default_shipping_contact_id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"email\": \"test@conekta.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"cdmx mexico\",\n \"country\": null,\n \"external_number\": \"avas3\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"11011\",\n \"state\": \"cdmx mexico\",\n \"street1\": \"av siempre viva\",\n \"street2\": \"condensa\"\n },\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"tax_id\": \"tax_23432\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tXx8KUxw6311kEbs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"test dotnet\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1678988244,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tXx8KUxw6311kEbv\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+573143159063\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": null,\n \"object\": \"shipping_address\",\n \"postal_code\": \"11011\",\n \"residential\": false,\n \"state\": null,\n \"street1\": \"avenida siempre viva\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"phone\": \"+54874122144\",\n \"receiver\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1681666634,\n \"billing_cycle_start\": 1678988234,\n \"canceled_at\": null,\n \"card_id\": \"src_2tXx8KUxw6311kEbv\",\n \"charge_id\": \"641612f8db5c8a0001e1b30f\",\n \"created_at\": 1678988244,\n \"customer_custom_reference\": \"dotnet_123456\",\n \"customer_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"id\": \"sub_2tXx8KUxw6311kEbw\",\n \"last_billing_cycle_order_id\": \"ord_2tXx8KUxw6311kEc2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"plan_2tXx672QLQ68CkmMn\",\n \"status\": \"active\",\n \"subscription_start\": 1678988244,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1675726452,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"default_payment_source_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"email\": \"Alec_Fay59@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcHxhTz7xU5SymL\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1677627533,\n \"billing_cycle_start\": null,\n \"canceled_at\": 1678258162,\n \"card_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"charge_id\": null,\n \"created_at\": 1677627543,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"id\": \"sub_2tSoWNL3A41LDVatE\",\n \"last_billing_cycle_order_id\": \"ord_2tSoWNL3A41LDVatK\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725876,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"default_payment_source_id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"email\": \"Abdul49@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"tax_id\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725252,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"default_shipping_contact_id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"email\": \"Else29@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725245,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Sandy92@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2cACByW8JMsL3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725245,\n \"default\": false,\n \"id\": \"ship_cont_2tKc2cACByW8JMsL2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2cACByW8JMsL3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715413,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZsTYcsryyu7AhB\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"email\": \"Anya59@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZsTYcsryyu7AhB\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715406,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Magali.McGlynn57@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715406,\n \"default\": false,\n \"id\": \"ship_cont_2tKZsNNtEU3SXDXG7\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715052,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZns2qutmo9cbqa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"email\": \"Ramona51@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZns2qutmo9cbqY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZns2qutmo9cbqa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715044,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Filiberto54@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715044,\n \"default\": false,\n \"id\": \"ship_cont_2tKZnm8HkJGc9THv6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714918,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZmA749BLsMRgBa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"email\": \"Miles_Price@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZmA749BLsMRgBY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZmA749BLsMRgBa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1680812508,\n \"billing_cycle_start\": 1678134108,\n \"canceled_at\": null,\n \"card_id\": \"src_2tKZmA749BLsMRgBa\",\n \"charge_id\": \"64090a810f2a730001213808\",\n \"created_at\": 1675714918,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"id\": \"sub_2tKZmA749BLsMRgBb\",\n \"last_billing_cycle_order_id\": \"ord_2tUigJ8DgBhbp6w5D\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1675714918,\n \"trial_end\": 1675714918,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714836,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Susana.Ferry42@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714836,\n \"default\": false,\n \"id\": \"ship_cont_2tKZk7ZsSqBg5HG1T\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675117539,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tHJfJ79KyUwpxTio\",\n \"default_shipping_contact_id\": null,\n \"email\": \"Adolphus.Streich@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Lenny Daugherty\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675117539,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tHJfJ79KyUwpxTio\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675116838,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Moises_Fay45@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJWP7rbvpX8Kmqy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alvina Hane\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1675116816,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Halie51@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJW6sq9YSFNPB4o\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juanita Cummings\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669995835,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swvehhNAkqA5okoQ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez dos\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669905592,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"noquieroquemelleguenlosmails@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swar2Ux79ARGMVfu\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669738071,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svx5hdPZQiGvfVwA\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers?next=cus_2svx5hdPZQiGvfVwA\",\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419be95b985080001fc1fc8\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:26:29.509Z\",\n \"url\": \"/customers\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n },\n {\n \"created_at\": 1679408778,\n \"id\": \"6419be8ab985080001fc1fc7\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"c6925045-019d-4ad4-8712-e4ff0a357e31\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419be8a-184737e95b702fe34d4c5997\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object card \\\"src_2tZWxbTPtQgGJGh8R\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419be8ab985080001fc1fc7\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419be8ab985080001fc1fc7\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T14:26:18.616Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://apipp.conekta.io/logs?limit=20&next=6419be8ab985080001fc1fc7\",\n \"object\": \"list\"\n}", + "body": "{\n \"data\": [\n {\n \"created_at\": 1679416597,\n \"id\": \"6419dd15b985080001fc280e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"40ab4a33-29d7-44df-873a-03e0a5a85eb9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dd15-67e0e3ca123b59671b3eef84\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dd15b985080001fc280e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:37.130Z\",\n \"url\": \"/events/63fe3d2ddf70970001cfb41a\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679416574,\n \"id\": \"6419dcfeb985080001fc280d\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"b4cf71a4-4f6d-4e8d-9b74-fc3a2a89185c\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dcfe-2bae44f360663b373ef31eb0\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1677605504,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3a80df70970001cfb3fd\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSifr1AuzQqyHTTq\",\n \"last_attempted_at\": 1677605505,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1677605196,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe394cdf70970001cfb3e0\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSibvcpYb33N74Zt\",\n \"last_attempted_at\": 1677605197,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669651273,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"6384db49247ffd0001058cf3\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2svd2sh6GbqzyWBNZ\",\n \"last_attempted_at\": 1669651274,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233099,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3ENUyByXnjb15P\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"paid_at\": 1669233099,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"377951\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669442399,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"bc2b88ae1d9e49169670a4912ac23a5c\",\n \"sms_sent\": 0,\n \"starts_at\": 1669183200,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/bc2b88ae1d9e49169670a4912ac23a5c\"\n },\n \"created_at\": 1669232965,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2su3ENUyByXnjb15N\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2su3ENUyByXnjb15J\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2su3ENUyByXnjb15N\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2su3ENUyByXnjb15M\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2su3ENUyByXnjb15K\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2su3ENUyByXnjb15N\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669233099\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79cb70d06300013ea169\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G52gM4J7vEuKo\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233099,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"paid_at\": 1669233099,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"377951\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79cb70d06300013ea161\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G52gM4J7vEuKf\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669233098,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"bc2b88ae-1d9e-4916-9670-a4912ac23a5c\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2su3G4HrprjUHyEq8\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669233098,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 796,\n \"id\": \"637e79c970d06300013ea159\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2su3ENUyByXnjb15N\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"12\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"sarasa saarasa\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e79ca70d06300013ea15e\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su3G4HrprjUHyEqC\",\n \"last_attempted_at\": 1669233112,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669232437,\n \"data\": {\n \"object\": {\n \"amount\": 4321,\n \"amount_refunded\": 0,\n \"created_at\": 1669232437,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"antifraud_info\": {\n \"paid_transactions\": 0\n },\n \"corporate\": false,\n \"customer_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"email\": \"mauriciocarrero15@gmail.com\",\n \"name\": \"franklin\",\n \"object\": \"customer_info\"\n },\n \"id\": \"ord_2su37egNGiKGYzcQQ\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"id\": \"line_item_2su37egNGiKGYzcQN\",\n \"metadata\": {},\n \"name\": \"Box of Cohiba S1s\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2su37egNGiKGYzcQQ\",\n \"quantity\": 1,\n \"unit_price\": 4321\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"updated_at\": 1669232437\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e7735f4d1ae0001c77172\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2su37egNGiKGYzcQS\",\n \"last_attempted_at\": 1669232449,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669212659,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"d19fce5a-243f-4a9f-b1c5-1c43900e3a60\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stxmttFaLhxTPAAb\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669442399,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"d19fce5a-243f-4a9f-b1c5-1c43900e3a60\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"d19fce5a243f4a9fb1c51c43900e3a60\",\n \"sms_sent\": 0,\n \"starts_at\": 1669183200,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/d19fce5a243f4a9fb1c51c43900e3a60\"\n },\n \"created_at\": 1669212659,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stxmttFaLhxTPAAa\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stxmttFaLhxTPAAW\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stxmttFaLhxTPAAa\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stxmttFaLhxTPAAZ\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stxmttFaLhxTPAAX\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stxmttFaLhxTPAAa\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669212659\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637e29f367f05b0001cfa362\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stxmttFaLhxTPAAe\",\n \"last_attempted_at\": 1669212670,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669154129,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"72a39ce7-6a1e-4889-9de7-882b91113e64\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjvtHLFmenxdX9i\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"72a39ce7-6a1e-4889-9de7-882b91113e64\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"72a39ce76a1e48899de7882b91113e64\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/72a39ce76a1e48899de7882b91113e64\"\n },\n \"created_at\": 1669154129,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjvtHLFmenxdX9h\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjvtHLFmenxdX9d\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjvtHLFmenxdX9h\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjvtHLFmenxdX9g\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjvtHLFmenxdX9e\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjvtHLFmenxdX9h\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669154129\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d455167f05b0001cf8ea3\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjvtHLFmenxdX9m\",\n \"last_attempted_at\": 1669154141,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153968,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjstnntvNM1Aa2D\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"paid_at\": 1669153968,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"643403\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"32ca4e74705a48df981879434a2cb5dc\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/32ca4e74705a48df981879434a2cb5dc\"\n },\n \"created_at\": 1669153894,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjstnntvNM1Aa2C\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjstnntvNM1Aa28\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjstnntvNM1Aa2B\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjstnntvNM1Aa29\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669153968\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44b070d06300013ea153\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtqSuXTkpfw5bZ\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153968,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"paid_at\": 1669153968,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"643403\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44b070d06300013ea14b\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtqSuXTkpfw5bR\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153967,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjtpi61GCB3fR6t\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669153967,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"FIBd3eKUhff43QLEp6xZ\",\n \"fee\": 353,\n \"id\": \"637d44ae70d06300013ea143\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"fingerprint android 2\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d44af70d06300013ea148\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjtpi61GCB3fR6x\",\n \"last_attempted_at\": 1669153979,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669153894,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2stjstnntvNM1Aa2D\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"32ca4e74-705a-48df-9818-79434a2cb5dc\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"32ca4e74705a48df981879434a2cb5dc\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/32ca4e74705a48df981879434a2cb5dc\"\n },\n \"created_at\": 1669153894,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2stjstnntvNM1Aa2C\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2stjstnntvNM1Aa28\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2stjstnntvNM1Aa2B\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2stjstnntvNM1Aa29\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2stjstnntvNM1Aa2C\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669153894\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d446667f05b0001cf8e94\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2stjstnntvNM1Aa2G\",\n \"last_attempted_at\": 1669153905,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145795,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti5wPPWk6JoZnsu\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"paid_at\": 1669145794,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"869987\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"ff6918c6504343b9a7ecd40d407d62c1\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/ff6918c6504343b9a7ecd40d407d62c1\"\n },\n \"created_at\": 1669145727,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sti5wPPWk6JoZnst\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sti5wPPWk6JoZnsp\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sti5wPPWk6JoZnss\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sti5wPPWk6JoZnsq\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669145795\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c370d06300013ea13d\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6ocb266tiiKhF\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145794,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"paid_at\": 1669145794,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"869987\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c270d06300013ea135\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6nsmVtYF6SfCh\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145794,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti6nsmVtYF6SfCb\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669145793,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"123456789abcdefghijkmnopqrstuv\",\n \"fee\": 963,\n \"id\": \"637d24c170d06300013ea12c\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"payment_method\": {\n \"account_type\": \"\",\n \"brand\": \"visa\",\n \"country\": \"US\",\n \"exp_month\": \"11\",\n \"exp_year\": \"23\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"0127\",\n \"name\": \"Jorge Lopez\",\n \"object\": \"card_payment\",\n \"type\": \"credit\"\n },\n \"status\": \"declined\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d24c270d06300013ea133\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti6nsmVtYF6SfCf\",\n \"last_attempted_at\": 1669145810,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669145727,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sti5wPPWk6JoZnsu\",\n \"segment\": \"Checkout\"\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"ff6918c6-5043-43b9-a7ec-d40d407d62c1\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"ff6918c6504343b9a7ecd40d407d62c1\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/ff6918c6504343b9a7ecd40d407d62c1\"\n },\n \"created_at\": 1669145727,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sti5wPPWk6JoZnst\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sti5wPPWk6JoZnsp\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sti5wPPWk6JoZnss\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sti5wPPWk6JoZnsq\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sti5wPPWk6JoZnst\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669145727\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d247f67f05b0001cf8c1e\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.created\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sti5wPPWk6JoZnsx\",\n \"last_attempted_at\": 1669145739,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669144365,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"amount_refunded\": 0,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthmaovhGNs48rMz\",\n \"segment\": \"Checkout\"\n },\n \"charges\": {\n \"data\": [\n {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthnbA8voaarFgeQ\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669144364,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"1234\",\n \"fee\": 963,\n \"id\": \"637d1f2c70d06300013ea113\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sthmaovhGNs48rMy\",\n \"paid_at\": 1669144365,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"329134\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"ale test\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"checkout\": {\n \"allowed_payment_methods\": [\n \"card\",\n \"cash\",\n \"bank_transfer\"\n ],\n \"can_not_expire\": false,\n \"emails_sent\": 0,\n \"exclude_card_networks\": [],\n \"expires_at\": 1669355999,\n \"failure_url\": \"https://aortegag0501.wixsite.com/artesublimacion/failure\",\n \"force_3ds_flow\": false,\n \"id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"is_redirect_on_failure\": true,\n \"livemode\": true,\n \"metadata\": {},\n \"monthly_installments_enabled\": true,\n \"monthly_installments_options\": [\n 3,\n 6,\n 9,\n 12\n ],\n \"name\": \"Arte en Sublimación\",\n \"needs_shipping_contact\": false,\n \"object\": \"checkout\",\n \"paid_payments_count\": 0,\n \"recurrent\": false,\n \"redirection_time\": 10,\n \"slug\": \"18481d3d55a04a8697f4e9c0d07a0ff4\",\n \"sms_sent\": 0,\n \"starts_at\": 1669096800,\n \"status\": \"Issued\",\n \"success_url\": \"https://aortegag0501.wixsite.com/artesublimacion/success\",\n \"type\": \"HostedPayment\",\n \"url\": \"https://pay.stg.conekta.io/checkout/18481d3d55a04a8697f4e9c0d07a0ff4\"\n },\n \"created_at\": 1669144285,\n \"currency\": \"MXN\",\n \"customer_info\": {\n \"corporate\": false,\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"email\": \"leandro.orban@conekta.com\",\n \"name\": \"Leandro Orban\",\n \"object\": \"customer_info\",\n \"phone\": \"+5215555555555\"\n },\n \"id\": \"ord_2sthmaovhGNs48rMy\",\n \"line_items\": {\n \"data\": [\n {\n \"antifraud_info\": {},\n \"brand\": \"Brand\",\n \"description\": \"Description\",\n \"id\": \"line_item_2sthmaovhGNs48rMu\",\n \"metadata\": {\n \"Valor3\": \"South#23\"\n },\n \"name\": \"Vasija de Cerámica\",\n \"object\": \"line_item\",\n \"parent_id\": \"ord_2sthmaovhGNs48rMy\",\n \"quantity\": 1,\n \"sku\": \"SKU\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"unit_price\": 20000\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"livemode\": true,\n \"metadata\": {},\n \"object\": \"order\",\n \"payment_status\": \"paid\",\n \"shipping_contact\": {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\"\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 0,\n \"id\": \"ship_cont_2sthmaovhGNs48rMx\",\n \"object\": \"shipping_contact\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n \"shipping_lines\": {\n \"data\": [\n {\n \"amount\": 0,\n \"carrier\": \"Fedex\",\n \"id\": \"ship_lin_2sthmaovhGNs48rMv\",\n \"method\": \"Airplane\",\n \"object\": \"shipping_line\",\n \"parent_id\": \"ord_2sthmaovhGNs48rMy\",\n \"tracking_number\": \"TRACK000000000123\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"updated_at\": 1669144365\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d1f2d70d06300013ea123\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"order.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sthnbtxT19EUXM95\",\n \"last_attempted_at\": 1669144377,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n {\n \"created_at\": 1669144365,\n \"data\": {\n \"object\": {\n \"amount\": 20000,\n \"channel\": {\n \"checkout_request_id\": \"18481d3d-55a0-4a86-97f4-e9c0d07a0ff4\",\n \"checkout_request_type\": \"HostedPayment\",\n \"id\": \"channel_2sthnbA8voaarFgeQ\",\n \"segment\": \"Checkout\"\n },\n \"created_at\": 1669144364,\n \"currency\": \"MXN\",\n \"customer_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"description\": \"Payment from order\",\n \"device_fingerprint\": \"1234\",\n \"fee\": 963,\n \"id\": \"637d1f2c70d06300013ea113\",\n \"livemode\": true,\n \"object\": \"charge\",\n \"order_id\": \"ord_2sthmaovhGNs48rMy\",\n \"paid_at\": 1669144365,\n \"payment_method\": {\n \"account_type\": \"\",\n \"auth_code\": \"329134\",\n \"brand\": \"mastercard\",\n \"country\": \"US\",\n \"exp_month\": \"01\",\n \"exp_year\": \"25\",\n \"fraud_indicators\": [],\n \"issuer\": \"\",\n \"last4\": \"5454\",\n \"name\": \"ale test\",\n \"object\": \"card_payment\",\n \"type\": \"debit\"\n },\n \"status\": \"paid\"\n },\n \"previous_attributes\": {}\n },\n \"id\": \"637d1f2d70d06300013ea11b\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"charge.paid\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2sthnbtxT19EUXM8w\",\n \"last_attempted_at\": 1669144377,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {\n \"amount\": 3000,\n \"payable\": true\n },\n \"url\": \"https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval\"\n }\n ],\n \"webhook_status\": \"successful\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/events?next=637d1f2d70d06300013ea11b\",\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dcfeb985080001fc280d\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:14.385Z\",\n \"url\": \"/events\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679412733,\n \"id\": \"6419cdfdb985080001fc2753\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"DELETE\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.0.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"4a338fb8-fe59-42c5-b22c-8e62eab214ba\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419cdfd-277ae3bb34cd24d96ae97e0a\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"deleted\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"name of person\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.0.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419cdfdb985080001fc2753\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:32:13.832Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.0.0\"\n },\n {\n \"created_at\": 1679412191,\n \"id\": \"6419cbdfb985080001fc2613\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"ShippingContact\",\n \"request_body\": {\n \"phone\": \"3143145050\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"6de8da48-2bd3-4c50-bcb7-3d83616334e1\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419cbdf-537ec5b07e6ebef85532e0cc\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"address\": {\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"street1\": \"Calle 123, int 2\"\n },\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"3143145050\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419cbdfb985080001fc2613\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:23:11.579Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/shipping_contacts/ship_cont_2tZWzJPBf87C6TcoQ\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679411682,\n \"id\": \"6419c9e2b985080001fc2377\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"name of person\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"88fc28b8-4fcb-4620-bfa6-810625b745fe\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9e2-0ca5819d27b189c4125ca40e\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"name of person\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9e2b985080001fc2377\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:14:42.357Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679411669,\n \"id\": \"6419c9d5b985080001fc227e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino daza\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"6742409d-fa49-4ed3-a470-2d93d9978eea\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9d5-17048a09368b366d776de157\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino daza\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9d5b985080001fc227e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T15:14:29.580Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679411657,\n \"id\": \"6419c9c9b985080001fc2254\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"FiscalEntity\",\n \"request_body\": {\n \"tax_id\": \"tax_28764234\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.0.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"61ab4bb1-7607-409a-933f-29fdea2f57fe\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9c9-6095e5b10f6c5aa928da33c4\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object fiscal_entity \\\"fis_ent_2tYENskzTjjgkGQLr\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\"\n }\n ],\n \"log_id\": \"6419c9c9b985080001fc2254\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.0.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9c9b985080001fc2254\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T15:14:17.341Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/fiscal_entities/fis_ent_2tYENskzTjjgkGQLr\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.0.0\"\n },\n {\n \"created_at\": 1679411627,\n \"id\": \"6419c9abb985080001fc2253\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino daza\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"0f361ddd-5429-4101-8321-a455c45a1918\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c9ab-2ddf931927134bf673295a0b\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c9abb985080001fc2253\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c9abb985080001fc2253\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T15:13:47.630Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679410834,\n \"id\": \"6419c692b985080001fc2252\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"User-Agent\": \"curl/7.79.1\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c692-44b13ba40884ca0d66c4a5ab\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c692b985080001fc2252\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c692b985080001fc2252\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T15:00:34.495Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679410272,\n \"id\": \"6419c460b985080001fc224e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"95d5d215-5fca-4d1e-b8a1-dcbb9d7c074f\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c460-3eeb7e8812c5d39009067985\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c460b985080001fc224e\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c460b985080001fc224e\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:51:12.277Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/off_ref_2tYENskzTjjgkGQLw\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679410009,\n \"id\": \"6419c359b985080001fc224d\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"expires_at\": 1679752328\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"29733eba-b280-4c49-b04f-13d24753e9e2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c359-2b2287e14b4fc6e57de06c2a\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c359b985080001fc224d\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c359b985080001fc224d\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:46:49.867Z\",\n \"url\": \"/customers/cus_2rGtVF7jmG7HbdYKa/payment_sources/off_ref_2rGtVF7jmG7HbdYKb\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679409977,\n \"id\": \"6419c339b985080001fc224c\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino adzs\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"77ba789f-3462-44e4-b20f-822623f014d2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c339-02c2e2f00e4bee97749306d3\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.api.system.general_failure\",\n \"debug_message\": \"There was a runtime error and Conekta engineers have been notified.\",\n \"message\": \"Hubo un error del lado del sistema y los ingenieros de Conekta han sido notificados.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419c339b985080001fc224c\",\n \"object\": \"error\",\n \"type\": \"api_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c339b985080001fc224c\"\n ],\n \"status\": \"500\",\n \"updated_at\": \"2023-03-21T14:46:17.175Z\",\n \"url\": \"/customers/cus_2rGtVF7jmG7HbdYKa/payment_sources/off_ref_2rGtVF7jmG7HbdYKb\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679409934,\n \"id\": \"6419c30eb985080001fc224b\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {\n \"limit\": \"100\"\n },\n \"related\": \"Customer\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"80a1413f-cf16-4ca6-a30b-826a09468c0e\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419c30e-582b03981e66b2dd3a8d29d9\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1679402134,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"default_shipping_contact_id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"email\": \"risk.team.12@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Risk Team\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino adzs\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402156,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxshRLo4Y4DHvZ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402151,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxp1KjoFHvryTz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"subscription\": {\n \"billing_cycle_end\": 1682080524,\n \"billing_cycle_start\": 1679402124,\n \"canceled_at\": null,\n \"card_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"charge_id\": \"6419a497b985080001fc165c\",\n \"created_at\": 1679402134,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"id\": \"sub_2tZWxbTPtQgGJGh8S\",\n \"last_billing_cycle_order_id\": \"ord_2tZWxcCDQcEuvYMcw\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"testplan79\",\n \"status\": \"active\",\n \"subscription_start\": 1679402134,\n \"trial_end\": 1679402134,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062294,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"default_shipping_contact_id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"email\": \"dotnet@test.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"tax_id\": \"tax_28764234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYENskzTjjgkGQLt\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062294,\n \"expires_at\": \"2023-03-20T14:11:08+00:00\",\n \"id\": \"off_ref_2tYENskzTjjgkGQLw\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"reference\": \"646180111805035883\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062142,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"default_shipping_contact_id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"email\": \"Kristin18@gmail.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062142,\n \"expires_at\": \"none\",\n \"id\": \"off_ref_2tYELwYTKSB5hDXsu\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"reference\": \"646180111805035870\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1678988244,\n \"custom_reference\": \"dotnet_123456\",\n \"default_fiscal_entity_id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"default_payment_source_id\": \"src_2tXx8KUxw6311kEbv\",\n \"default_shipping_contact_id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"email\": \"test@conekta.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"cdmx mexico\",\n \"country\": null,\n \"external_number\": \"avas3\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"11011\",\n \"state\": \"cdmx mexico\",\n \"street1\": \"av siempre viva\",\n \"street2\": \"condensa\"\n },\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"tax_id\": \"tax_23432\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tXx8KUxw6311kEbs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"test dotnet\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1678988244,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tXx8KUxw6311kEbv\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+573143159063\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": null,\n \"object\": \"shipping_address\",\n \"postal_code\": \"11011\",\n \"residential\": false,\n \"state\": null,\n \"street1\": \"avenida siempre viva\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"phone\": \"+54874122144\",\n \"receiver\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1681666634,\n \"billing_cycle_start\": 1678988234,\n \"canceled_at\": null,\n \"card_id\": \"src_2tXx8KUxw6311kEbv\",\n \"charge_id\": \"641612f8db5c8a0001e1b30f\",\n \"created_at\": 1678988244,\n \"customer_custom_reference\": \"dotnet_123456\",\n \"customer_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"id\": \"sub_2tXx8KUxw6311kEbw\",\n \"last_billing_cycle_order_id\": \"ord_2tXx8KUxw6311kEc2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"plan_2tXx672QLQ68CkmMn\",\n \"status\": \"active\",\n \"subscription_start\": 1678988244,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1675726452,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"default_payment_source_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"email\": \"Alec_Fay59@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcHxhTz7xU5SymL\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1677627533,\n \"billing_cycle_start\": null,\n \"canceled_at\": 1678258162,\n \"card_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"charge_id\": null,\n \"created_at\": 1677627543,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"id\": \"sub_2tSoWNL3A41LDVatE\",\n \"last_billing_cycle_order_id\": \"ord_2tSoWNL3A41LDVatK\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725876,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"default_payment_source_id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"email\": \"Abdul49@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"tax_id\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725252,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"default_shipping_contact_id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"email\": \"Else29@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725245,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Sandy92@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2cACByW8JMsL3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725245,\n \"default\": false,\n \"id\": \"ship_cont_2tKc2cACByW8JMsL2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2cACByW8JMsL3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715413,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZsTYcsryyu7AhB\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"email\": \"Anya59@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZsTYcsryyu7AhB\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715406,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Magali.McGlynn57@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715406,\n \"default\": false,\n \"id\": \"ship_cont_2tKZsNNtEU3SXDXG7\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715052,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZns2qutmo9cbqa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"email\": \"Ramona51@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZns2qutmo9cbqY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZns2qutmo9cbqa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715044,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Filiberto54@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715044,\n \"default\": false,\n \"id\": \"ship_cont_2tKZnm8HkJGc9THv6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714918,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZmA749BLsMRgBa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"email\": \"Miles_Price@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZmA749BLsMRgBY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZmA749BLsMRgBa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1680812508,\n \"billing_cycle_start\": 1678134108,\n \"canceled_at\": null,\n \"card_id\": \"src_2tKZmA749BLsMRgBa\",\n \"charge_id\": \"64090a810f2a730001213808\",\n \"created_at\": 1675714918,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"id\": \"sub_2tKZmA749BLsMRgBb\",\n \"last_billing_cycle_order_id\": \"ord_2tUigJ8DgBhbp6w5D\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1675714918,\n \"trial_end\": 1675714918,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714836,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Susana.Ferry42@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714836,\n \"default\": false,\n \"id\": \"ship_cont_2tKZk7ZsSqBg5HG1T\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675117539,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tHJfJ79KyUwpxTio\",\n \"default_shipping_contact_id\": null,\n \"email\": \"Adolphus.Streich@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Lenny Daugherty\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675117539,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tHJfJ79KyUwpxTio\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675116838,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Moises_Fay45@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJWP7rbvpX8Kmqy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alvina Hane\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1675116816,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Halie51@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJW6sq9YSFNPB4o\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juanita Cummings\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669995835,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swvehhNAkqA5okoQ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez dos\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669905592,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"noquieroquemelleguenlosmails@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swar2Ux79ARGMVfu\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669738071,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svx5hdPZQiGvfVwA\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669659964,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": \"ship_cont_2sveyPD5YkPyQaucJ\",\n \"email\": \"alexistest@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svewVwpVF5xrch71\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827947,\n \"default\": false,\n \"id\": \"ship_cont_2swHohiRgHM1Pu5Bc\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827644,\n \"default\": false,\n \"id\": \"ship_cont_2swHjr2AusnSv4zjm\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669827515,\n \"default\": false,\n \"id\": \"ship_cont_2swHiCnUkAAmFEPY3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669826728,\n \"default\": false,\n \"id\": \"ship_cont_2swHYBmfyGAE6h7yx\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669824371,\n \"default\": false,\n \"id\": \"ship_cont_2swH2BgXjNPDA9yEu\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2svewVwpVF5xrch71\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2svewVwpVF5xrch71/shipping_contacts?next=ship_cont_2swH2BgXjNPDA9yEu&limit=5\",\n \"object\": \"list\",\n \"total\": 43\n },\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669142289,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"leandro.orban@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2sthLBEZRLp2s6GWc\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Leandro Orban\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1668714907,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": \"ship_cont_2ss5YJmU46RyxKN3q\",\n \"email\": \"leandro.orban@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Leandro Orban\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1677604770,\n \"default\": false,\n \"id\": \"ship_cont_2tSiWW7njfEgy4Mrz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1675276442,\n \"default\": false,\n \"id\": \"ship_cont_2tHuXw1RwZAWy5cEw\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1674505154,\n \"default\": false,\n \"id\": \"ship_cont_2tEzGSbpb5KFNL3CW\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1674503992,\n \"default\": false,\n \"id\": \"ship_cont_2tEz1ejmZRDSiWuwV\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"78215\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": null\n },\n \"between_streets\": \"Campeche y Morelos\",\n \"created_at\": 1669757982,\n \"default\": false,\n \"id\": \"ship_cont_2sw2T9gcUk6v7QJrk\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2ss5YAeTKuEr5M4fD\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Mario perez\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2ss5YAeTKuEr5M4fD/shipping_contacts?next=ship_cont_2sw2T9gcUk6v7QJrk&limit=5\",\n \"object\": \"list\",\n \"total\": 24\n },\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1651084895,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2riNTACTruN6tuZAG\",\n \"default_shipping_contact_id\": null,\n \"email\": \"mauriciocarrero15@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"franklin\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"554337\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651526704,\n \"default\": false,\n \"exp_month\": \"02\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rk3Qp39ndcNhxMWE\",\n \"last4\": \"7498\",\n \"name\": \"FRANKLIN CARRERO\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651103314,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSVcNPfPUpAfqty\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651102413,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSJ9CBXmTFyVkUa\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651101873,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riSBGSuweU3udAM9\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651101626,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riS886YLQRpMRiwm\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2riNTAHJHNJ8xyff4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2riNTAHJHNJ8xyff4/payment_sources?next=src_2riS886YLQRpMRiwm&limit=5\",\n \"object\": \"list\",\n \"total\": 12\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1649342933,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"avulon21@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rbnAG9RtxRYMwByR\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"avulon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"352143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1649342412,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"franklin@kichink.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rbn3dWZd69ZWAz9M\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"franklin\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1647449937,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"sebastian.reh@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rUcitwEusL8hqHAy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"sebas reh\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"573143159876\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1645125710,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rKpeXQpapLonfVkg\",\n \"default_shipping_contact_id\": \"ship_cont_2rKpeXQpapLonfVkd\",\n \"email\": \"sebastian.reh@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rKpeXQpapLonfVke\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Sebastian Reh\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"555555\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1645125710,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rKpeXQpapLonfVkg\",\n \"last4\": \"4444\",\n \"name\": \"Sebas Reh\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rKpeXQpapLonfVke\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1645125710,\n \"default\": true,\n \"id\": \"ship_cont_2rKpeXQpapLonfVkd\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2rKpeXQpapLonfVke\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1645125700,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2rKpeXQpapLonfVkg\",\n \"charge_id\": null,\n \"created_at\": 1645125710,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2rKpeXQpapLonfVke\",\n \"id\": \"sub_2rKpeXQpapLonfVkh\",\n \"last_billing_cycle_order_id\": \"ord_2rKpeXQpapLonfVkm\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1645125710,\n \"trial_end\": 1645125710,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1644350412,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rGtVzg5V2KZrKXBh\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262250432\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262250432.png\",\n \"created_at\": 1644350412,\n \"expires_at\": 0,\n \"id\": \"off_ref_2rGtVzg5V2KZrKXBi\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rGtVzg5V2KZrKXBh\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262250432\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1644350353,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rGtVF7jmG7HbdYKa\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262250424\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262250424.png\",\n \"created_at\": 1644350353,\n \"expires_at\": 0,\n \"id\": \"off_ref_2rGtVF7jmG7HbdYKb\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rGtVF7jmG7HbdYKa\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262250424\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1642533254,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rA4SwgcwiQRrzHzJ\",\n \"default_shipping_contact_id\": null,\n \"email\": \"gabriel.necoechea@outlook.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"contracargos\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1650558238,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2rgNsWHcEmZxws1C9\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1649860374,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2rdjicJFNFfajohbW\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"523585\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1642605129,\n \"default\": false,\n \"exp_month\": \"11\",\n \"exp_year\": \"22\",\n \"id\": \"src_2rAHUpmEvY4PzjC9x\",\n \"last4\": \"0493\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"523585\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1642545745,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"22\",\n \"id\": \"src_2rA4SwgcwiQRrzHzJ\",\n \"last4\": \"0493\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2rA1hx2U9VwpbRht4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1639517119,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"fulanito@test.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxbnVca7KzpmD2CK\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Fulanito\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"barcode\": \"93000262247974\",\n \"barcode_url\": \"https://specs-cash-payment-barcodes.s3.amazonaws.com/93000262247974.png\",\n \"created_at\": 1639517120,\n \"expires_at\": 0,\n \"id\": \"off_ref_2qxbnVca7KzpmD2CL\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qxbnVca7KzpmD2CK\",\n \"provider\": \"Oxxo\",\n \"reference\": \"93000262247974\",\n \"type\": \"oxxo_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5218181818181\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1639496663,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"santiceron023@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxXJ7gX7D9Tk5YJw\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"santiago felipe cerón araujo\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"523007720123\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1639493114,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qxWWwakDgPB5qWJV\",\n \"default_shipping_contact_id\": \"ship_cont_2qxWWwakDgPB5qWJS\",\n \"email\": \"elio.rincon@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"400000\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1639493114,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"27\",\n \"id\": \"src_2qxWWwakDgPB5qWJV\",\n \"last4\": \"3184\",\n \"name\": \"Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1639493114,\n \"default\": true,\n \"id\": \"ship_cont_2qxWWwakDgPB5qWJS\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1642171504,\n \"billing_cycle_start\": 1639493104,\n \"canceled_at\": null,\n \"card_id\": \"src_2qxWWwakDgPB5qWJV\",\n \"charge_id\": \"61b8adfa6d41e849cd63c60f\",\n \"created_at\": 1639493114,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qxWWwakDgPB5qWJT\",\n \"id\": \"sub_2qxWWwakDgPB5qWJW\",\n \"last_billing_cycle_order_id\": \"ord_2qxWWwakDgPB5qWJa\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1639493114,\n \"trial_end\": 1639493114,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637268724,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"default_shipping_contact_id\": \"ship_cont_2qp6MNSTZpTFMvd9g\",\n \"email\": \"ale@encalient.es\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"557700\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1637268724,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"last4\": \"0004\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637268724,\n \"default\": true,\n \"id\": \"ship_cont_2qp6MNSTZpTFMvd9g\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1639860714,\n \"billing_cycle_start\": 1637268714,\n \"canceled_at\": null,\n \"card_id\": \"src_2qp6MNSTZpTFMvd9j\",\n \"charge_id\": \"6196bcf4d5bf557234873957\",\n \"created_at\": 1637268724,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qp6MNSTZpTFMvd9h\",\n \"id\": \"sub_2qp6MNSTZpTFMvd9k\",\n \"last_billing_cycle_order_id\": \"ord_2qp6MNSTZpTFMvd9p\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1637268724,\n \"trial_end\": 1637268724,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637268707,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"ale@encalient.es\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qp6M9tXiRtDbvQR3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637268707,\n \"default\": false,\n \"id\": \"ship_cont_2qp6M9tXiRtDbvQR2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qp6M9tXiRtDbvQR3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1637095600,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qoSMjC9bjG3qKva4\",\n \"default_shipping_contact_id\": \"ship_cont_2qoSMiTL5XhQD4G5b\",\n \"email\": \"luisa.herrera@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Luisa Herrera\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"556074\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1637095600,\n \"default\": true,\n \"exp_month\": \"07\",\n \"exp_year\": \"22\",\n \"id\": \"src_2qoSMjC9bjG3qKva4\",\n \"last4\": \"9228\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1637095600,\n \"default\": true,\n \"id\": \"ship_cont_2qoSMiTL5XhQD4G5b\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1639687590,\n \"billing_cycle_start\": 1637095590,\n \"canceled_at\": 1659471608,\n \"card_id\": \"src_2qoSMjC9bjG3qKva4\",\n \"charge_id\": \"619418b0d5bf551e973b99c6\",\n \"created_at\": 1637095600,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qoSMiTL5XhQD4G5c\",\n \"id\": \"sub_2qoSMjC9bjG3qKva5\",\n \"last_billing_cycle_order_id\": \"ord_2qoSMjC9bjG3qKva9\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887613,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qisFeQb73EXeMcUw\",\n \"default_shipping_contact_id\": \"ship_cont_2qisFdfmaqft25wzU\",\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisFdfmaqft25wzV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"557700\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1635887614,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qisFeQb73EXeMcUw\",\n \"last4\": \"0004\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qisFdfmaqft25wzV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887613,\n \"default\": true,\n \"id\": \"ship_cont_2qisFdfmaqft25wzU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisFdfmaqft25wzV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635887604,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qisFeQb73EXeMcUw\",\n \"charge_id\": null,\n \"created_at\": 1635887614,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qisFdfmaqft25wzV\",\n \"id\": \"sub_2qisFeQb73EXeMcUx\",\n \"last_billing_cycle_order_id\": \"ord_2qisFeQb73EXeMcV2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635887614,\n \"trial_end\": 1635887614,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887542,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qisEjFbcghqBXZQb\",\n \"default_shipping_contact_id\": \"ship_cont_2qisEjFbcghqBXZQY\",\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"401288\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1635887542,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qisEjFbcghqBXZQb\",\n \"last4\": \"1881\",\n \"name\": \"Prueba Risk\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887542,\n \"default\": true,\n \"id\": \"ship_cont_2qisEjFbcghqBXZQY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635887532,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qisEjFbcghqBXZQb\",\n \"charge_id\": null,\n \"created_at\": 1635887542,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qisEjFbcghqBXZQZ\",\n \"id\": \"sub_2qisEjFbcghqBXZQc\",\n \"last_billing_cycle_order_id\": \"ord_2qisEjFbcghqBXZQg\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635887542,\n \"trial_end\": 1635887542,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887470,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisDp6c8LB7powTs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887470,\n \"default\": false,\n \"id\": \"ship_cont_2qisDp6c8LB7powTr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisDp6c8LB7powTs\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635887447,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"elio.rincon@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qisDX7m9kECa1cc7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635887447,\n \"default\": false,\n \"id\": \"ship_cont_2qisDX7m9kECa1cc6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qisDX7m9kECa1cc7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635880894,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"default_shipping_contact_id\": \"ship_cont_2qiqn7Gk9LVBF68YY\",\n \"email\": \"elio.rincon27@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon EESTT\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"378282\",\n \"brand\": \"american_express\",\n \"card_type\": \"credit\",\n \"created_at\": 1635880894,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"last4\": \"0002\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635880894,\n \"default\": true,\n \"id\": \"ship_cont_2qiqn7Gk9LVBF68YY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635880884,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qiqn7Gk9LVBF68Yb\",\n \"charge_id\": null,\n \"created_at\": 1635880894,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qiqn7Gk9LVBF68YZ\",\n \"id\": \"sub_2qiqn7Gk9LVBF68Yc\",\n \"last_billing_cycle_order_id\": \"ord_2qiqn81ZfY3psMo36\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635880894,\n \"trial_end\": 1635880894,\n \"trial_start\": null\n }\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1635880657,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qiqj6JZk65SAVnrG\",\n \"default_shipping_contact_id\": \"ship_cont_2qiqj6JZk65SAVnrD\",\n \"email\": \"usuario@example.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Mario Perez\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"371449\",\n \"brand\": \"american_express\",\n \"card_type\": \"credit\",\n \"created_at\": 1635880657,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"28\",\n \"id\": \"src_2qiqj6JZk65SAVnrG\",\n \"last4\": \"8431\",\n \"name\": \"Amex Test Sebas Agui\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+521555555555533\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1635880657,\n \"default\": true,\n \"id\": \"ship_cont_2qiqj6JZk65SAVnrD\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1635880647,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qiqj6JZk65SAVnrG\",\n \"charge_id\": null,\n \"created_at\": 1635880657,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qiqj6JZk65SAVnrE\",\n \"id\": \"sub_2qiqj6JZk65SAVnrH\",\n \"last_billing_cycle_order_id\": \"ord_2qiqj6JZk65SAVnrM\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1635880657,\n \"trial_end\": 1635880657,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1635258116,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2rAHVV9qzuL8VHiM3\",\n \"default_shipping_contact_id\": null,\n \"email\": \"franklin.carrero@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Franklin carrero\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1662073597,\n \"default\": false,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2sRx2yLWwQADhyc2z\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"554337\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651527212,\n \"default\": false,\n \"exp_month\": \"02\",\n \"exp_year\": \"27\",\n \"id\": \"src_2rk3XH5NHuZvM3Heg\",\n \"last4\": \"7498\",\n \"name\": \"FRANKLIN CARRERO\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"531889\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651096750,\n \"default\": false,\n \"exp_month\": \"04\",\n \"exp_year\": \"26\",\n \"id\": \"src_2riR44KXWKfAyGt2z\",\n \"last4\": \"6952\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"528714\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651095801,\n \"default\": false,\n \"exp_month\": \"10\",\n \"exp_year\": \"22\",\n \"id\": \"src_2riQqynpobSeugHsP\",\n \"last4\": \"2956\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"528714\",\n \"brand\": \"mastercard\",\n \"card_type\": \"debit\",\n \"created_at\": 1651095206,\n \"default\": false,\n \"exp_month\": \"10\",\n \"exp_year\": \"22\",\n \"id\": \"src_2riQiQXKzyWfpzSNN\",\n \"last4\": \"2956\",\n \"name\": \"franklin carrero\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qgV6xazx1GDVAs4t\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2qgV6xazx1GDVAs4t/payment_sources?next=src_2riQiQXKzyWfpzSNN&limit=5\",\n \"object\": \"list\",\n \"total\": 9\n },\n \"phone\": \"573143159054\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1629909831,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2qLFNGyaNMxaQrmxb\",\n \"default_shipping_contact_id\": \"ship_cont_2qLFNGyaNMxaQrmxY\",\n \"email\": \"elio.rincon@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855564,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK95PQcXs6Tzfoh\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855424,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK7J2hid4GP42JV\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855350,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK6MQ5BsQGWniZX\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855347,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK6KBcdGiKjugDX\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n {\n \"bin\": \"424242\",\n \"brand\": \"visa\",\n \"card_type\": \"credit\",\n \"created_at\": 1637855028,\n \"default\": false,\n \"exp_month\": \"12\",\n \"exp_year\": \"24\",\n \"id\": \"src_2qrK2FgFXgAf7ME4j\",\n \"last4\": \"4242\",\n \"name\": \"Daniel Eslava\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers/cus_2qLFNGyaNMxaQrmxZ/payment_sources?next=src_2qrK2FgFXgAf7ME4j&limit=5\",\n \"object\": \"list\",\n \"total\": 20\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1629909831,\n \"default\": true,\n \"id\": \"ship_cont_2qLFNGyaNMxaQrmxY\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1629909821,\n \"billing_cycle_start\": null,\n \"canceled_at\": null,\n \"card_id\": \"src_2qLFNGyaNMxaQrmxb\",\n \"charge_id\": null,\n \"created_at\": 1629909831,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2qLFNGyaNMxaQrmxZ\",\n \"id\": \"sub_2qLFNGyaNMxaQrmxc\",\n \"last_billing_cycle_order_id\": \"ord_2qLFNGyaNMxaQrmxg\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"prueba-plan\",\n \"status\": \"past_due\",\n \"subscription_start\": 1629909831,\n \"trial_end\": 1629909831,\n \"trial_start\": null\n }\n }\n ],\n \"has_more\": false,\n \"next_page_url\": null,\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419c30eb985080001fc224b\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:45:34.917Z\",\n \"url\": \"/customers\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679409103,\n \"id\": \"6419bfcfb985080001fc2057\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino adzs\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"5a795e1e-48ab-4c24-aa47-050982a90f32\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bfcf-21ae019b368a0b8461ec49c7\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"emilaino adzs\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bfcfb985080001fc2057\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:31:43.584Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679409097,\n \"id\": \"6419bfc9b985080001fc2056\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"name\": \"emilaino\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"da80020b-f462-4237-a52c-552c4a2c1b6c\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bfc9-2ca4622d286209e9190e987f\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.name.invalid\",\n \"debug_message\": \"Invalid format for \\\"name\\\".\",\n \"message\": \"Formato inválido para \\\"name\\\".\",\n \"param\": \"name\"\n }\n ],\n \"log_id\": \"6419bfc9b985080001fc2056\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bfc9b985080001fc2056\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:31:37.370Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679408909,\n \"id\": \"6419bf0db985080001fc1fcb\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"type\": \"cash\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"3b17b134-2e8b-4845-a0c2-7872418e43cb\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bf0d-188b1b98757c075851369f29\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.type.immutable\",\n \"debug_message\": \"\\\"type\\\" is immutable.\",\n \"message\": \"\\\"type\\\" no debe ser actualizado.\",\n \"param\": \"type\"\n }\n ],\n \"log_id\": \"6419bf0db985080001fc1fcb\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bf0db985080001fc1fcb\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:28:29.060Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679408838,\n \"id\": \"6419bec6b985080001fc1fca\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"d91e4027-8118-4e7f-a87e-efea3f13fedc\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bec6-12bc52d34165c3bf51e44025\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.parameter_validation.token_id.immutable\",\n \"debug_message\": \"\\\"token_id\\\" is immutable.\",\n \"message\": \"\\\"token_id\\\" no debe ser actualizado.\",\n \"param\": \"token_id\"\n },\n {\n \"code\": \"conekta.errors.parameter_validation.type.immutable\",\n \"debug_message\": \"\\\"type\\\" is immutable.\",\n \"message\": \"\\\"type\\\" no debe ser actualizado.\",\n \"param\": \"type\"\n }\n ],\n \"log_id\": \"6419bec6b985080001fc1fca\",\n \"object\": \"error\",\n \"type\": \"parameter_validation_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bec6b985080001fc1fca\"\n ],\n \"status\": \"422\",\n \"updated_at\": \"2023-03-21T14:27:18.860Z\",\n \"url\": \"/customers/cus_2tZWxbTPtQgGJGh8P/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679408809,\n \"id\": \"6419bea9b985080001fc1fc9\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"32f30e84-0931-4b2b-976d-b445167be4a2\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419bea9-7fc613200e91892758aa52a3\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object card \\\"src_2tZWxbTPtQgGJGh8R\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419bea9b985080001fc1fc9\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419bea9b985080001fc1fc9\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T14:26:49.045Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679408789,\n \"id\": \"6419be95b985080001fc1fc8\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Customer\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"c880dedd-1182-484c-b14b-55e8033562e9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419be95-7f4ac45c3a870657328140ff\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"data\": [\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": true,\n \"created_at\": 1679402134,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"default_shipping_contact_id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"email\": \"risk.team.12@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Risk Team\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"432122\",\n \"brand\": \"visa\",\n \"card_type\": \"debit\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"exp_month\": \"11\",\n \"exp_year\": \"25\",\n \"id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"last4\": \"3118\",\n \"name\": \"Marija tefanija Kucharski\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402268,\n \"default\": false,\n \"id\": \"ship_cont_2tZWzJPBf87C6TcoQ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402156,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxshRLo4Y4DHvZ\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": null,\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": null,\n \"street1\": \"Calle 123, int 2\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1679402151,\n \"default\": false,\n \"id\": \"ship_cont_2tZWxp1KjoFHvryTz\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": null,\n \"receiver\": null\n },\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679402134,\n \"default\": true,\n \"id\": \"ship_cont_2tZWxbTPtQgGJGh8N\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 4\n },\n \"subscription\": {\n \"billing_cycle_end\": 1682080524,\n \"billing_cycle_start\": 1679402124,\n \"canceled_at\": null,\n \"card_id\": \"src_2tZWxbTPtQgGJGh8R\",\n \"charge_id\": \"6419a497b985080001fc165c\",\n \"created_at\": 1679402134,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tZWxbTPtQgGJGh8P\",\n \"id\": \"sub_2tZWxbTPtQgGJGh8S\",\n \"last_billing_cycle_order_id\": \"ord_2tZWxcCDQcEuvYMcw\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"testplan79\",\n \"status\": \"active\",\n \"subscription_start\": 1679402134,\n \"trial_end\": 1679402134,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062294,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"default_shipping_contact_id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"email\": \"dotnet@test.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"fis_ent_2tYENskzTjjgkGQLr\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"tax_id\": \"tax_28764234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYENskzTjjgkGQLt\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062294,\n \"expires_at\": \"2023-03-20T14:11:08+00:00\",\n \"id\": \"off_ref_2tYENskzTjjgkGQLw\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"reference\": \"646180111805035883\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062294,\n \"default\": true,\n \"id\": \"ship_cont_2tYENskzTjjgkGQLs\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYENskzTjjgkGQLt\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1679062142,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"default_shipping_contact_id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"email\": \"Kristin18@gmail.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"fis_ent_2tYELwYTKSB5hDXsp\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"created_at\": 1679062142,\n \"expires_at\": \"none\",\n \"id\": \"off_ref_2tYELwYTKSB5hDXsu\",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"reference\": \"646180111805035870\",\n \"type\": \"spei_recurrent\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1679062142,\n \"default\": true,\n \"id\": \"ship_cont_2tYELwYTKSB5hDXsq\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tYELwYTKSB5hDXsr\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1678988244,\n \"custom_reference\": \"dotnet_123456\",\n \"default_fiscal_entity_id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"default_payment_source_id\": \"src_2tXx8KUxw6311kEbv\",\n \"default_shipping_contact_id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"email\": \"test@conekta.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"cdmx mexico\",\n \"country\": null,\n \"external_number\": \"avas3\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"11011\",\n \"state\": \"cdmx mexico\",\n \"street1\": \"av siempre viva\",\n \"street2\": \"condensa\"\n },\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"fis_ent_2tXx8KUxw6311kEbq\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"tax_id\": \"tax_23432\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tXx8KUxw6311kEbs\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"test dotnet\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1678988244,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tXx8KUxw6311kEbv\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+573143159063\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": null,\n \"country\": null,\n \"object\": \"shipping_address\",\n \"postal_code\": \"11011\",\n \"residential\": false,\n \"state\": null,\n \"street1\": \"avenida siempre viva\",\n \"street2\": null\n },\n \"between_streets\": null,\n \"created_at\": 1678988244,\n \"default\": true,\n \"id\": \"ship_cont_2tXx8KUxw6311kEbr\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"phone\": \"+54874122144\",\n \"receiver\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1681666634,\n \"billing_cycle_start\": 1678988234,\n \"canceled_at\": null,\n \"card_id\": \"src_2tXx8KUxw6311kEbv\",\n \"charge_id\": \"641612f8db5c8a0001e1b30f\",\n \"created_at\": 1678988244,\n \"customer_custom_reference\": \"dotnet_123456\",\n \"customer_id\": \"cus_2tXx8KUxw6311kEbs\",\n \"id\": \"sub_2tXx8KUxw6311kEbw\",\n \"last_billing_cycle_order_id\": \"ord_2tXx8KUxw6311kEc2\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"plan_2tXx672QLQ68CkmMn\",\n \"status\": \"active\",\n \"subscription_start\": 1678988244,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": false,\n \"created_at\": 1675726452,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"default_payment_source_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"email\": \"Alec_Fay59@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"fis_ent_2tKcHxhTz7xU5SymD\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"tax_id\": \"324234234\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcHxhTz7xU5SymL\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675726452,\n \"default\": true,\n \"id\": \"ship_cont_2tKcHxhTz7xU5SymE\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1677627533,\n \"billing_cycle_start\": null,\n \"canceled_at\": 1678258162,\n \"card_id\": \"src_2tKcHxhTz7xU5SymL\",\n \"charge_id\": null,\n \"created_at\": 1677627543,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKcHxhTz7xU5SymF\",\n \"id\": \"sub_2tSoWNL3A41LDVatE\",\n \"last_billing_cycle_order_id\": \"ord_2tSoWNL3A41LDVatK\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"canceled\",\n \"subscription_start\": 0,\n \"trial_end\": null,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725876,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"default_payment_source_id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"default_shipping_contact_id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"email\": \"Abdul49@yahoo.com\",\n \"fiscal_entities\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"external_number\": \"string\",\n \"internal_number\": null,\n \"object\": \"fiscal_entity_address\",\n \"postal_code\": \"06100\",\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"avenida siempre viva\",\n \"street2\": \"fake street\"\n },\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"fis_ent_2tKcAe1BjmhTtmcTT\",\n \"name\": null,\n \"object\": \"fiscal_entity\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"tax_id\": null\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKcAe1BjmhTtmcTY\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725876,\n \"default\": true,\n \"id\": \"ship_cont_2tKcAe1BjmhTtmcTU\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKcAe1BjmhTtmcTV\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725252,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"default_shipping_contact_id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"email\": \"Else29@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKc2hKvqNSfgFWm6\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725252,\n \"default\": true,\n \"id\": \"ship_cont_2tKc2hKvqNSfgFWm3\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2hKvqNSfgFWm4\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675725245,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Sandy92@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKc2cACByW8JMsL3\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675725245,\n \"default\": false,\n \"id\": \"ship_cont_2tKc2cACByW8JMsL2\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKc2cACByW8JMsL3\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715413,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZsTYcsryyu7AhB\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"email\": \"Anya59@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZsTYcsryyu7AhB\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715413,\n \"default\": true,\n \"id\": \"ship_cont_2tKZsTYcsryyu7Ah8\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsTYcsryyu7Ah9\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715406,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Magali.McGlynn57@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715406,\n \"default\": false,\n \"id\": \"ship_cont_2tKZsNNtEU3SXDXG7\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZsNNtEU3SXDXG8\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715052,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZns2qutmo9cbqa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"email\": \"Ramona51@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZns2qutmo9cbqY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZns2qutmo9cbqa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715052,\n \"default\": true,\n \"id\": \"ship_cont_2tKZns2qutmo9cbqX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZns2qutmo9cbqY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675715044,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Filiberto54@yahoo.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675715044,\n \"default\": false,\n \"id\": \"ship_cont_2tKZnm8HkJGc9THv6\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZnm8HkJGc9THv7\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714918,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tKZmA749BLsMRgBa\",\n \"default_shipping_contact_id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"email\": \"Miles_Price@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZmA749BLsMRgBY\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tKZmA749BLsMRgBa\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714918,\n \"default\": true,\n \"id\": \"ship_cont_2tKZmA749BLsMRgBX\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": {\n \"billing_cycle_end\": 1680812508,\n \"billing_cycle_start\": 1678134108,\n \"canceled_at\": null,\n \"card_id\": \"src_2tKZmA749BLsMRgBa\",\n \"charge_id\": \"64090a810f2a730001213808\",\n \"created_at\": 1675714918,\n \"customer_custom_reference\": null,\n \"customer_id\": \"cus_2tKZmA749BLsMRgBY\",\n \"id\": \"sub_2tKZmA749BLsMRgBb\",\n \"last_billing_cycle_order_id\": \"ord_2tUigJ8DgBhbp6w5D\",\n \"object\": \"subscription\",\n \"paused_at\": null,\n \"plan_id\": \"gold-plan\",\n \"status\": \"active\",\n \"subscription_start\": 1675714918,\n \"trial_end\": 1675714918,\n \"trial_start\": null\n }\n },\n {\n \"corporate\": true,\n \"created_at\": 1675714836,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Susana.Ferry42@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Elio Rincon\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": {\n \"data\": [\n {\n \"address\": {\n \"city\": \"Ciudad de Mexico\",\n \"country\": \"mx\",\n \"object\": \"shipping_address\",\n \"postal_code\": \"06100\",\n \"residential\": true,\n \"state\": \"Ciudad de Mexico\",\n \"street1\": \"Nuevo Leon 4\",\n \"street2\": \"fake street\"\n },\n \"between_streets\": \"Morelos Campeche\",\n \"created_at\": 1675714836,\n \"default\": false,\n \"id\": \"ship_cont_2tKZk7ZsSqBg5HG1T\",\n \"object\": \"shipping_contact\",\n \"parent_id\": \"cus_2tKZk7ZsSqBg5HG1U\",\n \"phone\": \"+5215555555555\",\n \"receiver\": \"Marvin Fuller\"\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675117539,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_payment_source_id\": \"src_2tHJfJ79KyUwpxTio\",\n \"default_shipping_contact_id\": null,\n \"email\": \"Adolphus.Streich@hotmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Lenny Daugherty\",\n \"object\": \"customer\",\n \"payment_sources\": {\n \"data\": [\n {\n \"bin\": \"547504\",\n \"brand\": \"mastercard\",\n \"card_type\": \"credit\",\n \"created_at\": 1675117539,\n \"default\": true,\n \"exp_month\": \"06\",\n \"exp_year\": \"24\",\n \"id\": \"src_2tHJfJ79KyUwpxTio\",\n \"last4\": \"4607\",\n \"name\": \"erererere ererere \",\n \"object\": \"payment_source\",\n \"parent_id\": \"cus_2tHJfJ79KyUwpxTik\",\n \"payment_source_status\": \"active\",\n \"type\": \"card\",\n \"visible_on_checkout\": false\n }\n ],\n \"has_more\": false,\n \"object\": \"list\",\n \"total\": 1\n },\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"antifraud_info\": {\n \"account_created_at\": 1484040996,\n \"first_paid_at\": 1485151007\n },\n \"corporate\": false,\n \"created_at\": 1675116838,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Moises_Fay45@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJWP7rbvpX8Kmqy\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alvina Hane\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1675116816,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"Halie51@gmail.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2tHJW6sq9YSFNPB4o\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juanita Cummings\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669995835,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swvehhNAkqA5okoQ\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez dos\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669905592,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"noquieroquemelleguenlosmails@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2swar2Ux79ARGMVfu\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Alexis Gatto\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": \"+5215555555555\",\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n },\n {\n \"corporate\": false,\n \"created_at\": 1669738071,\n \"custom_reference\": \"\",\n \"default_fiscal_entity_id\": null,\n \"default_shipping_contact_id\": null,\n \"email\": \"juan.perez@conekta.com\",\n \"fiscal_entities\": null,\n \"id\": \"cus_2svx5hdPZQiGvfVwA\",\n \"livemode\": true,\n \"metadata\": null,\n \"name\": \"Juan Perez\",\n \"object\": \"customer\",\n \"payment_sources\": null,\n \"phone\": null,\n \"referrer\": null,\n \"shipping_contacts\": null,\n \"subscription\": null\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://api-core.stg.conekta.io/customers?next=cus_2svx5hdPZQiGvfVwA\",\n \"object\": \"list\",\n \"previous_page_url\": null\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-Record-Count\": \"\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419be95b985080001fc1fc8\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T14:26:29.509Z\",\n \"url\": \"/customers\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n },\n {\n \"created_at\": 1679408778,\n \"id\": \"6419be8ab985080001fc1fc7\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"PUT\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Card\",\n \"request_body\": {\n \"token_id\": \"tok_2tZYQW6NCbNaaXHDm\",\n \"type\": \"card\"\n },\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"c6925045-019d-4ad4-8712-e4ff0a357e31\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419be8a-184737e95b702fe34d4c5997\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"details\": [\n {\n \"code\": \"conekta.errors.resource_not_found.entity\",\n \"debug_message\": \"The object card \\\"src_2tZWxbTPtQgGJGh8R\\\" could not be found.\",\n \"message\": \"El recurso no ha sido encontrado.\",\n \"param\": null\n }\n ],\n \"log_id\": \"6419be8ab985080001fc1fc7\",\n \"object\": \"error\",\n \"type\": \"resource_not_found_error\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419be8ab985080001fc1fc7\"\n ],\n \"status\": \"404\",\n \"updated_at\": \"2023-03-21T14:26:18.616Z\",\n \"url\": \"/customers/cus_2tYENskzTjjgkGQLt/payment_sources/src_2tZWxbTPtQgGJGh8R\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n }\n ],\n \"has_more\": true,\n \"next_page_url\": \"https://apipp.conekta.io/logs?limit=20&next=6419be8ab985080001fc1fc7\",\n \"object\": \"list\"\n}", "latency": 0, "statusCode": 200, "label": "successful", "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -4753,7 +4753,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4777,7 +4777,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4801,7 +4801,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4830,14 +4830,14 @@ "responses": [ { "uuid": "6f2be933-61ac-4971-9f3c-1b3ec220770c", - "body": "{\n \"created_at\": 1679416597,\n \"id\": \"6419dd15b985080001fc280e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.2.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"40ab4a33-29d7-44df-873a-03e0a5a85eb9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dd15-67e0e3ca123b59671b3eef84\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.2.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dd15b985080001fc280e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:37.130Z\",\n \"url\": \"/events/63fe3d2ddf70970001cfb41a\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.2.0\"\n}", + "body": "{\n \"created_at\": 1679416597,\n \"id\": \"6419dd15b985080001fc280e\",\n \"ip_address\": \"54.165.235.230\",\n \"livemode\": true,\n \"loggable_id\": null,\n \"loggable_type\": null,\n \"method\": \"GET\",\n \"oauth_token_id\": null,\n \"object\": \"log\",\n \"query_string\": {},\n \"related\": \"Event\",\n \"request_body\": {},\n \"request_headers\": {\n \"Accept\": \"application/vnd.conekta-v2.3.0+json\",\n \"Accept-Encoding\": \"gzip, deflate, br\",\n \"Authorization\": \"**************************\",\n \"Host\": \"api-core.stg.conekta.io\",\n \"Postman-Token\": \"40ab4a33-29d7-44df-873a-03e0a5a85eb9\",\n \"User-Agent\": \"PostmanRuntime/7.31.0\",\n \"Version\": \"HTTP/1.1\",\n \"X-Amzn-Trace-Id\": \"Root=1-6419dd15-67e0e3ca123b59671b3eef84\",\n \"X-Forwarded-For\": \"54.165.235.230\",\n \"X-Forwarded-Port\": \"443\",\n \"X-Forwarded-Proto\": \"https\"\n },\n \"response_body\": {\n \"created_at\": 1677606189,\n \"data\": {\n \"action\": \"ping\",\n \"livemode\": true\n },\n \"id\": \"63fe3d2ddf70970001cfb41a\",\n \"livemode\": true,\n \"object\": \"event\",\n \"type\": \"webhook_ping\",\n \"webhook_logs\": [\n {\n \"failed_attempts\": 0,\n \"id\": \"webhl_2tSipZiQaZ1DLH33n\",\n \"last_attempted_at\": 1677606190,\n \"last_http_response_status\": 200,\n \"object\": \"webhook_log\",\n \"response_data\": {},\n \"url\": \"https://panel.conekta.com/developers/integrate\"\n }\n ],\n \"webhook_status\": \"successful\"\n },\n \"response_headers\": {\n \"Access-Control-Allow-Headers\": \"Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control, X-Prototype-Version, Authorization, Accept, Date, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Port, Host, X-Amzn-Trace-Id, Postman-Token, Accept-Encoding, Version\",\n \"Access-Control-Allow-Methods\": \"POST, GET, PUT, OPTIONS\",\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Max-Age\": \"1728000\",\n \"Conekta-Media-Type\": \"conekta-v2.3.0; format=application/json\",\n \"Content-Type\": \"application/json; charset=utf-8\",\n \"Referrer-Policy\": \"strict-origin-when-cross-origin\",\n \"Strict-Transport-Security\": \"max-age=31536000; includeSubDomains\",\n \"X-Content-Type-Options\": \"nosniff\",\n \"X-Download-Options\": \"noopen\",\n \"X-Frame-Options\": \"SAMEORIGIN\",\n \"X-Permitted-Cross-Domain-Policies\": \"none\",\n \"X-XSS-Protection\": \"1; mode=block\"\n },\n \"searchable_tags\": [\n \"6419dd15b985080001fc280e\"\n ],\n \"status\": \"200\",\n \"updated_at\": \"2023-03-21T16:36:37.130Z\",\n \"url\": \"/events/63fe3d2ddf70970001cfb41a\",\n \"user_account_id\": \"614df9c1d5bf554543f3821e\",\n \"version\": \"2.3.0\"\n}", "latency": 0, "statusCode": 200, "label": "successful", "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4869,7 +4869,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4893,7 +4893,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4917,7 +4917,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4953,7 +4953,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -4985,7 +4985,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5024,7 +5024,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5063,7 +5063,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5102,7 +5102,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5126,7 +5126,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5162,7 +5162,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5378,7 +5378,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5417,7 +5417,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5456,7 +5456,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5495,7 +5495,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5534,7 +5534,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5586,7 +5586,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5782,7 +5782,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5806,7 +5806,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5838,7 +5838,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5874,7 +5874,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5906,7 +5906,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5930,7 +5930,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5954,7 +5954,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -5978,7 +5978,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6014,7 +6014,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6046,7 +6046,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6085,7 +6085,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6109,7 +6109,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6133,7 +6133,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6169,7 +6169,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6201,7 +6201,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Content-Type", @@ -6237,7 +6237,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6269,7 +6269,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6301,7 +6301,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6325,7 +6325,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6349,7 +6349,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6385,7 +6385,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6417,7 +6417,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6441,7 +6441,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6465,7 +6465,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6501,7 +6501,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6540,7 +6540,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6564,7 +6564,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6588,7 +6588,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6612,7 +6612,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6648,7 +6648,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6687,7 +6687,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6711,7 +6711,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6735,7 +6735,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6759,7 +6759,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6795,7 +6795,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6827,7 +6827,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6851,7 +6851,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6875,7 +6875,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6911,7 +6911,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6950,7 +6950,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6974,7 +6974,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -6998,7 +6998,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7022,7 +7022,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7058,7 +7058,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7090,7 +7090,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7114,7 +7114,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7138,7 +7138,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7162,7 +7162,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7198,7 +7198,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7230,7 +7230,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7254,7 +7254,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7278,7 +7278,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7302,7 +7302,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7338,7 +7338,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7370,7 +7370,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7394,7 +7394,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7418,7 +7418,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7454,7 +7454,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7493,7 +7493,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7517,7 +7517,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7541,7 +7541,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7565,7 +7565,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7601,7 +7601,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7633,7 +7633,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7657,7 +7657,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7681,7 +7681,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7705,7 +7705,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7741,7 +7741,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7780,7 +7780,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7804,7 +7804,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7828,7 +7828,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7852,7 +7852,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7888,7 +7888,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -7932,7 +7932,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7956,7 +7956,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -7980,7 +7980,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8016,7 +8016,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8060,7 +8060,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8084,7 +8084,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8108,7 +8108,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8144,7 +8144,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8196,7 +8196,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8220,7 +8220,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8244,7 +8244,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8268,7 +8268,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8304,7 +8304,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8356,7 +8356,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8380,7 +8380,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8404,7 +8404,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8428,7 +8428,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8464,7 +8464,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8516,7 +8516,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8540,7 +8540,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8564,7 +8564,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8588,7 +8588,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8624,7 +8624,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8668,7 +8668,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8692,7 +8692,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8716,7 +8716,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8752,7 +8752,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8784,7 +8784,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8808,7 +8808,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8832,7 +8832,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8868,7 +8868,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -8920,7 +8920,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8944,7 +8944,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8968,7 +8968,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -8992,7 +8992,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9028,7 +9028,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -9080,7 +9080,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9104,7 +9104,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9128,7 +9128,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9152,7 +9152,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9188,7 +9188,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -9240,7 +9240,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9264,7 +9264,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9288,7 +9288,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9312,7 +9312,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9348,7 +9348,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9380,7 +9380,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9404,7 +9404,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9428,7 +9428,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9500,7 +9500,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9539,7 +9539,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9563,7 +9563,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9587,7 +9587,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9611,7 +9611,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9647,7 +9647,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -9699,7 +9699,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9723,7 +9723,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9747,7 +9747,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9771,7 +9771,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9807,7 +9807,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9839,7 +9839,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9863,7 +9863,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9887,7 +9887,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9911,7 +9911,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9947,7 +9947,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -9979,7 +9979,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10011,7 +10011,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10043,7 +10043,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10111,7 +10111,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10150,7 +10150,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10174,7 +10174,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10198,7 +10198,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10222,7 +10222,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10258,7 +10258,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10297,7 +10297,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10321,7 +10321,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10345,7 +10345,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10369,7 +10369,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10405,7 +10405,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10444,7 +10444,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10468,7 +10468,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10492,7 +10492,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10516,7 +10516,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10552,7 +10552,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10591,7 +10591,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10615,7 +10615,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10639,7 +10639,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10663,7 +10663,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10699,7 +10699,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10731,7 +10731,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10755,7 +10755,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10779,7 +10779,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10815,7 +10815,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10839,7 +10839,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10863,7 +10863,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -10887,7 +10887,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -11601,7 +11601,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12610,7 +12610,7 @@ "headers": [ { "key": "content-type", - "value": "application/vnd.conekta-v2.2.0+json; charset=utf-8" + "value": "application/vnd.conekta-v2.3.0+json; charset=utf-8" }, { "key": "content-length", @@ -12650,7 +12650,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12682,7 +12682,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Content-Type", @@ -12718,7 +12718,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12750,7 +12750,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12782,7 +12782,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12806,7 +12806,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12830,7 +12830,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12866,7 +12866,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" }, { "key": "Date", @@ -12918,7 +12918,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12942,7 +12942,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", @@ -12966,7 +12966,7 @@ "headers": [ { "key": "Content-Type", - "value": "application/vnd.conekta-v2.2.0+json" + "value": "application/vnd.conekta-v2.3.0+json" } ], "bodyType": "INLINE", diff --git a/resources/antifraud/blacklists_delete.yml b/resources/antifraud/blacklists_delete.yml index eba19cbd..16ede379 100644 --- a/resources/antifraud/blacklists_delete.yml +++ b/resources/antifraud/blacklists_delete.yml @@ -11,7 +11,7 @@ delete: 200: description: successfully deleted rule content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: deleted_blacklist_rule_response properties: diff --git a/resources/antifraud/blacklists_index_create.yml b/resources/antifraud/blacklists_index_create.yml index 124ca5f1..e45de3c6 100644 --- a/resources/antifraud/blacklists_index_create.yml +++ b/resources/antifraud/blacklists_index_create.yml @@ -10,7 +10,7 @@ get: 200: description: All the rules content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/antifraud/risk_rules_list.yml' 401: @@ -28,7 +28,7 @@ post: 200: description: successfully registered rule content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: blacklist_rule_response properties: diff --git a/resources/antifraud/whitelists_delete.yml b/resources/antifraud/whitelists_delete.yml index 302bef82..30c28c52 100644 --- a/resources/antifraud/whitelists_delete.yml +++ b/resources/antifraud/whitelists_delete.yml @@ -11,7 +11,7 @@ delete: 200: description: successfully deleted rule content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: deleted_whitelist_rule_response properties: diff --git a/resources/antifraud/whitelists_index_create.yml b/resources/antifraud/whitelists_index_create.yml index ac1fb852..0cf35899 100644 --- a/resources/antifraud/whitelists_index_create.yml +++ b/resources/antifraud/whitelists_index_create.yml @@ -10,7 +10,7 @@ get: 200: description: All the rules content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/antifraud/risk_rules_list.yml' 401: @@ -30,7 +30,7 @@ post: 200: description: successfully registered rule content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: whitelistlist_rule_response properties: diff --git a/resources/api_keys/api_key.yml b/resources/api_keys/api_key.yml index 6d15102c..4f1d074c 100644 --- a/resources/api_keys/api_key.yml +++ b/resources/api_keys/api_key.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: "../../schemas/api_keys/api_key_response.yml" headers: @@ -20,7 +20,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: "../errors/401.yml" 404: @@ -43,7 +43,7 @@ put: "200": description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/api_keys/api_key_response.yml 404: @@ -82,7 +82,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: delete_api_keys_response allOf: @@ -101,7 +101,7 @@ delete: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: "../errors/401.yml" 404: diff --git a/resources/api_keys/api_keys.yml b/resources/api_keys/api_keys.yml index 3dd4fa18..351fb977 100644 --- a/resources/api_keys/api_keys.yml +++ b/resources/api_keys/api_keys.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_api_keys_response allOf: @@ -29,7 +29,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: "../errors/401.yml" 500: @@ -58,7 +58,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: api_key_create_response allOf: @@ -78,7 +78,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: "../errors/401.yml" 422: diff --git a/resources/balances/balances.yml b/resources/balances/balances.yml index 73f019e4..61975f25 100644 --- a/resources/balances/balances.yml +++ b/resources/balances/balances.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/balances/balance_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/charges/charges.yml b/resources/charges/charges.yml index 620411e1..201a7806 100644 --- a/resources/charges/charges.yml +++ b/resources/charges/charges.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_charges_response allOf: @@ -43,7 +43,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422_whitelist.yml' 500: diff --git a/resources/charges/update_charge.yml b/resources/charges/update_charge.yml index 280aebae..51e5ddf0 100644 --- a/resources/charges/update_charge.yml +++ b/resources/charges/update_charge.yml @@ -7,7 +7,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/charges/charge_response.yml' headers: @@ -34,7 +34,7 @@ put: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422_whitelist.yml' 404: diff --git a/resources/checkouts/checkout.yml b/resources/checkouts/checkout.yml index 8d5b3d82..43df11fd 100644 --- a/resources/checkouts/checkout.yml +++ b/resources/checkouts/checkout.yml @@ -7,7 +7,7 @@ get: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/checkouts/checkout_response.yml' headers: @@ -34,7 +34,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/checkouts/checkout_cancel.yml b/resources/checkouts/checkout_cancel.yml index 2ff7afae..10334d9d 100644 --- a/resources/checkouts/checkout_cancel.yml +++ b/resources/checkouts/checkout_cancel.yml @@ -7,7 +7,7 @@ put: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/checkouts/checkout_response.yml' headers: @@ -34,7 +34,7 @@ put: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/checkouts/checkout_email.yml b/resources/checkouts/checkout_email.yml index 37f20961..0eadf324 100644 --- a/resources/checkouts/checkout_email.yml +++ b/resources/checkouts/checkout_email.yml @@ -7,7 +7,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/checkouts/checkout_response.yml' headers: @@ -34,7 +34,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/checkouts/checkout_sms.yml b/resources/checkouts/checkout_sms.yml index c6f83b03..4543297f 100644 --- a/resources/checkouts/checkout_sms.yml +++ b/resources/checkouts/checkout_sms.yml @@ -7,7 +7,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/checkouts/checkout_response.yml' headers: @@ -34,7 +34,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/checkouts/checkouts.yml b/resources/checkouts/checkouts.yml index 54a8294c..9cfe1e02 100644 --- a/resources/checkouts/checkouts.yml +++ b/resources/checkouts/checkouts.yml @@ -8,7 +8,7 @@ get: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "checkouts_response" allOf: @@ -44,7 +44,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: @@ -71,7 +71,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/checkouts/checkout_response.yml' headers: @@ -99,7 +99,7 @@ post: description: The version of the API used to process the request and the format of the response body schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/companies/companies.yml b/resources/companies/companies.yml index 203ed2fb..12623c5e 100644 --- a/resources/companies/companies.yml +++ b/resources/companies/companies.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_companies_response allOf: @@ -44,7 +44,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: @@ -74,7 +74,7 @@ post: '201': description: Company created successfully content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/companies/company_response.yml' headers: diff --git a/resources/companies/company.yml b/resources/companies/company.yml index 2510d013..6e005361 100644 --- a/resources/companies/company.yml +++ b/resources/companies/company.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/companies/company_response.yml' headers: @@ -34,7 +34,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/companies/company_current.yml b/resources/companies/company_current.yml index 8ff04459..9abe449b 100644 --- a/resources/companies/company_current.yml +++ b/resources/companies/company_current.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/companies/company_response.yml' example: @@ -139,7 +139,7 @@ get: description: The version of the API used to process the request and the format of the response body schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/companies/company_document.yml b/resources/companies/company_document.yml index f2f4a938..14630bab 100644 --- a/resources/companies/company_document.yml +++ b/resources/companies/company_document.yml @@ -24,7 +24,7 @@ post: '201': description: Document uploaded successfully. content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/companies/company_document_response.yml' headers: @@ -81,7 +81,7 @@ patch: '200': description: Document updated successfully. content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/companies/company_document_response.yml' headers: diff --git a/resources/companies/company_documents.yml b/resources/companies/company_documents.yml index e6eae2ea..9ec4aa9e 100644 --- a/resources/companies/company_documents.yml +++ b/resources/companies/company_documents.yml @@ -17,7 +17,7 @@ get: '200': description: A list of documents for the company. content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: type: array items: diff --git a/resources/customer_portal/customer_portal.yml b/resources/customer_portal/customer_portal.yml index 9b2e800d..94ea717e 100644 --- a/resources/customer_portal/customer_portal.yml +++ b/resources/customer_portal/customer_portal.yml @@ -8,7 +8,7 @@ post: 201: description: Customer portal created successfully content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customer_portal/customer_portal_response.yml' headers: @@ -35,7 +35,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 404: $ref: '../errors/404.yml' 401: @@ -64,7 +64,7 @@ get: 200: description: Customer portal retrieved successfully content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customer_portal/customer_portal_response.yml' headers: @@ -91,7 +91,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 404: $ref: '../errors/404.yml' 401: diff --git a/resources/customers/create_customer.yml b/resources/customers/create_customer.yml index 8ea00ac7..dd2a56f0 100644 --- a/resources/customers/create_customer.yml +++ b/resources/customers/create_customer.yml @@ -10,7 +10,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customers/customer_response.yml' headers: @@ -37,7 +37,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: @@ -63,7 +63,7 @@ get: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: customers_response allOf: @@ -100,7 +100,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/customers/create_customer_fiscal_entities.yml b/resources/customers/create_customer_fiscal_entities.yml index c64a060d..8d43f8ca 100644 --- a/resources/customers/create_customer_fiscal_entities.yml +++ b/resources/customers/create_customer_fiscal_entities.yml @@ -8,7 +8,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: create_customer_fiscal_entities_response allOf: diff --git a/resources/customers/create_customer_payment_methods.yml b/resources/customers/create_customer_payment_methods.yml index 545c375c..27e59d37 100644 --- a/resources/customers/create_customer_payment_methods.yml +++ b/resources/customers/create_customer_payment_methods.yml @@ -8,7 +8,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "create_customer_payment_methods_response" discriminator: @@ -49,7 +49,7 @@ get: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_payment_method_response allOf: diff --git a/resources/customers/create_customer_shipping_contacts.yml b/resources/customers/create_customer_shipping_contacts.yml index d5a2b8f4..3948baa6 100644 --- a/resources/customers/create_customer_shipping_contacts.yml +++ b/resources/customers/create_customer_shipping_contacts.yml @@ -8,7 +8,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/customers/customer_shipping_contacts_response.yml 401: diff --git a/resources/customers/get_customer.yml b/resources/customers/get_customer.yml index 274d50e9..b142894f 100644 --- a/resources/customers/get_customer.yml +++ b/resources/customers/get_customer.yml @@ -8,7 +8,7 @@ get: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customers/customer_response.yml' 401: @@ -33,7 +33,7 @@ delete: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customers/customer_response.yml' 422: @@ -61,7 +61,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/customers/customer_response.yml' 401: diff --git a/resources/customers/update_customer_fiscal_entities.yml b/resources/customers/update_customer_fiscal_entities.yml index 3a4a01f2..c5190ce6 100644 --- a/resources/customers/update_customer_fiscal_entities.yml +++ b/resources/customers/update_customer_fiscal_entities.yml @@ -8,7 +8,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "update_customer_fiscal_entities_response" allOf: diff --git a/resources/customers/update_customer_payment_methods.yml b/resources/customers/update_customer_payment_methods.yml index e3a60460..19c73666 100644 --- a/resources/customers/update_customer_payment_methods.yml +++ b/resources/customers/update_customer_payment_methods.yml @@ -8,7 +8,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "update_customer_payment_methods_response" discriminator: @@ -51,7 +51,7 @@ delete: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "update_customer_payment_methods_response" discriminator: diff --git a/resources/customers/update_customer_shipping_contacts.yml b/resources/customers/update_customer_shipping_contacts.yml index db83414d..53f16220 100644 --- a/resources/customers/update_customer_shipping_contacts.yml +++ b/resources/customers/update_customer_shipping_contacts.yml @@ -8,7 +8,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/customers/customer_shipping_contacts_response.yml 401: @@ -38,7 +38,7 @@ delete: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/customers/customer_shipping_contacts_response.yml 401: diff --git a/resources/errors/401.yml b/resources/errors/401.yml index b195bd4b..53d71c01 100644 --- a/resources/errors/401.yml +++ b/resources/errors/401.yml @@ -1,6 +1,6 @@ description: authentication error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/402.yml b/resources/errors/402.yml index 1e76dc6d..e5cdb28e 100644 --- a/resources/errors/402.yml +++ b/resources/errors/402.yml @@ -1,6 +1,6 @@ description: payment required error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/403.yml b/resources/errors/403.yml index 77068c43..fb5ef9b0 100644 --- a/resources/errors/403.yml +++ b/resources/errors/403.yml @@ -1,6 +1,6 @@ description: forbidden error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/404.yml b/resources/errors/404.yml index 21f8b6d6..0aa139ce 100644 --- a/resources/errors/404.yml +++ b/resources/errors/404.yml @@ -1,6 +1,6 @@ description: not found entity content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/422.yml b/resources/errors/422.yml index a4024c7a..47ef281f 100644 --- a/resources/errors/422.yml +++ b/resources/errors/422.yml @@ -1,6 +1,6 @@ description: parameter validation error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/422_whitelist.yml b/resources/errors/422_whitelist.yml index f8b18e4c..44f2b947 100644 --- a/resources/errors/422_whitelist.yml +++ b/resources/errors/422_whitelist.yml @@ -1,6 +1,6 @@ description: whitelist validation error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/428.yml b/resources/errors/428.yml index 1bbea3a9..49b52d1a 100644 --- a/resources/errors/428.yml +++ b/resources/errors/428.yml @@ -1,6 +1,6 @@ description: Precondition Required content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/errors/500.yml b/resources/errors/500.yml index 02d512b0..e54376cf 100644 --- a/resources/errors/500.yml +++ b/resources/errors/500.yml @@ -1,6 +1,6 @@ description: internal server error content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/errors/error.yml' example: diff --git a/resources/events/event.yml b/resources/events/event.yml index 32ed3e2f..57fb5754 100644 --- a/resources/events/event.yml +++ b/resources/events/event.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/events/event_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/events/events.yml b/resources/events/events.yml index 81102dae..45626b6a 100644 --- a/resources/events/events.yml +++ b/resources/events/events.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_events_response allOf: @@ -43,7 +43,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/events/events_resend.yml b/resources/events/events_resend.yml index f8eef4e8..a6e1ec46 100644 --- a/resources/events/events_resend.yml +++ b/resources/events/events_resend.yml @@ -8,7 +8,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/events/events_resend_response.yml 401: diff --git a/resources/logs/log.yml b/resources/logs/log.yml index af8e4d93..39c0e85d 100644 --- a/resources/logs/log.yml +++ b/resources/logs/log.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/logs/logs_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/logs/log_by_id.yml b/resources/logs/log_by_id.yml index dd2bd38f..a7aefe7c 100644 --- a/resources/logs/log_by_id.yml +++ b/resources/logs/log_by_id.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/logs/log_response.yml' 401: diff --git a/resources/orders/discount_lines_param.yml b/resources/orders/discount_lines_param.yml index 34cfb4fd..7248a180 100644 --- a/resources/orders/discount_lines_param.yml +++ b/resources/orders/discount_lines_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/discount_lines_response.yml 401: @@ -35,7 +35,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_order_discount_lines_response allOf: diff --git a/resources/orders/order.yml b/resources/orders/order.yml index cce01fce..fcd02b22 100644 --- a/resources/orders/order.yml +++ b/resources/orders/order.yml @@ -8,7 +8,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml examples: @@ -49,7 +49,7 @@ get: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: "get_orders_response" allOf: diff --git a/resources/orders/order_cancel_param.yml b/resources/orders/order_cancel_param.yml index 5ec50d65..0a9e2a31 100644 --- a/resources/orders/order_cancel_param.yml +++ b/resources/orders/order_cancel_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: diff --git a/resources/orders/order_cancel_refunds_param.yml b/resources/orders/order_cancel_refunds_param.yml index 1b2cd1c3..05e2172b 100644 --- a/resources/orders/order_cancel_refunds_param.yml +++ b/resources/orders/order_cancel_refunds_param.yml @@ -8,7 +8,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: diff --git a/resources/orders/order_capture_param.yml b/resources/orders/order_capture_param.yml index 89d13fb7..cc0d47f8 100644 --- a/resources/orders/order_capture_param.yml +++ b/resources/orders/order_capture_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: diff --git a/resources/orders/order_charge_param.yml b/resources/orders/order_charge_param.yml index 8337947a..89077dbf 100644 --- a/resources/orders/order_charge_param.yml +++ b/resources/orders/order_charge_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/charge_order_response.yml 401: diff --git a/resources/orders/order_charges_param.yml b/resources/orders/order_charges_param.yml index 052bf15c..796e9e30 100644 --- a/resources/orders/order_charges_param.yml +++ b/resources/orders/order_charges_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/charges_order_response.yml 401: diff --git a/resources/orders/order_param.yml b/resources/orders/order_param.yml index ac9c7eef..1aec26cf 100644 --- a/resources/orders/order_param.yml +++ b/resources/orders/order_param.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: @@ -33,7 +33,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: diff --git a/resources/orders/order_product_param.yml b/resources/orders/order_product_param.yml index 7fe9492b..6fdd4532 100644 --- a/resources/orders/order_product_param.yml +++ b/resources/orders/order_product_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/product_order_response.yml 401: diff --git a/resources/orders/order_refunds_param.yml b/resources/orders/order_refunds_param.yml index 43ceb9ef..0600f1d2 100644 --- a/resources/orders/order_refunds_param.yml +++ b/resources/orders/order_refunds_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/order_response.yml 401: diff --git a/resources/orders/order_shipping_param.yml b/resources/orders/order_shipping_param.yml index 99078965..d01556e5 100644 --- a/resources/orders/order_shipping_param.yml +++ b/resources/orders/order_shipping_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/shipping_order_response.yml examples: diff --git a/resources/orders/order_tax_param.yml b/resources/orders/order_tax_param.yml index 945085ee..8ffd2b21 100644 --- a/resources/orders/order_tax_param.yml +++ b/resources/orders/order_tax_param.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/update_order_tax_response.yml 401: diff --git a/resources/orders/update_order_discount_lines_param.yml b/resources/orders/update_order_discount_lines_param.yml index 4c073c30..44f8a7e8 100644 --- a/resources/orders/update_order_discount_lines_param.yml +++ b/resources/orders/update_order_discount_lines_param.yml @@ -8,7 +8,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/discount_lines_response.yml 401: @@ -38,7 +38,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/discount_lines_response.yml 401: @@ -66,7 +66,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/discount_lines_response.yml 401: diff --git a/resources/orders/update_order_product_param.yml b/resources/orders/update_order_product_param.yml index 2d2715f7..36d266ab 100644 --- a/resources/orders/update_order_product_param.yml +++ b/resources/orders/update_order_product_param.yml @@ -8,7 +8,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/product_order_response.yml 401: @@ -38,7 +38,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/product_order_response.yml 401: diff --git a/resources/orders/update_order_shipping_param.yml b/resources/orders/update_order_shipping_param.yml index f7499da8..56b5c255 100644 --- a/resources/orders/update_order_shipping_param.yml +++ b/resources/orders/update_order_shipping_param.yml @@ -8,7 +8,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/shipping_order_response.yml 401: @@ -38,7 +38,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/charges/shipping_order_response.yml 401: diff --git a/resources/orders/update_order_tax_param.yml b/resources/orders/update_order_tax_param.yml index a6b06754..b511cce6 100644 --- a/resources/orders/update_order_tax_param.yml +++ b/resources/orders/update_order_tax_param.yml @@ -8,7 +8,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/update_order_tax_response.yml 401: @@ -38,7 +38,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/orders/update_order_tax_response.yml 401: diff --git a/resources/payout_orders/cancel_payout_order.yml b/resources/payout_orders/cancel_payout_order.yml index cd28949d..4390d321 100644 --- a/resources/payout_orders/cancel_payout_order.yml +++ b/resources/payout_orders/cancel_payout_order.yml @@ -8,7 +8,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/payout_orders/payout_order_response.yml' 401: diff --git a/resources/payout_orders/get_payout_order.yml b/resources/payout_orders/get_payout_order.yml index 611d80a2..b0d34a10 100644 --- a/resources/payout_orders/get_payout_order.yml +++ b/resources/payout_orders/get_payout_order.yml @@ -8,7 +8,7 @@ get: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/payout_orders/payout_order_response.yml' 401: diff --git a/resources/payout_orders/payout_orders.yml b/resources/payout_orders/payout_orders.yml index 8409c85e..d3ac54ab 100644 --- a/resources/payout_orders/payout_orders.yml +++ b/resources/payout_orders/payout_orders.yml @@ -8,7 +8,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/payout_orders/payout_order_response.yml 422: @@ -37,7 +37,7 @@ get: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: payout_orders_response allOf: diff --git a/resources/plans/plan.yml b/resources/plans/plan.yml index 0824739c..63602cbd 100644 --- a/resources/plans/plan.yml +++ b/resources/plans/plan.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/plans/plan_response.yml' headers: @@ -34,7 +34,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -58,7 +58,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/plans/plan_response.yml' headers: @@ -85,7 +85,7 @@ put: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -111,7 +111,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/plans/plan_response.yml' headers: @@ -138,7 +138,7 @@ delete: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: diff --git a/resources/plans/plans.yml b/resources/plans/plans.yml index 254e60e7..a3ca8ad5 100644 --- a/resources/plans/plans.yml +++ b/resources/plans/plans.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_plans_response allOf: @@ -43,7 +43,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -69,7 +69,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/plans/plan_response.yml' headers: @@ -96,7 +96,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: diff --git a/resources/single_subscription/subscriptions.yml b/resources/single_subscription/subscriptions.yml index d50ebf44..efa1923b 100644 --- a/resources/single_subscription/subscriptions.yml +++ b/resources/single_subscription/subscriptions.yml @@ -9,7 +9,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -36,7 +36,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -64,7 +64,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -91,7 +91,7 @@ put: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -119,7 +119,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -146,7 +146,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/single_subscription/subscriptions_cancel.yml b/resources/single_subscription/subscriptions_cancel.yml index 1224f203..5f8cb88a 100644 --- a/resources/single_subscription/subscriptions_cancel.yml +++ b/resources/single_subscription/subscriptions_cancel.yml @@ -9,7 +9,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -36,7 +36,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/single_subscription/subscriptions_events.yml b/resources/single_subscription/subscriptions_events.yml index 09652f58..c476d2b6 100644 --- a/resources/single_subscription/subscriptions_events.yml +++ b/resources/single_subscription/subscriptions_events.yml @@ -9,7 +9,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: subscription_events_response allOf: @@ -45,7 +45,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/single_subscription/subscriptions_pause.yml b/resources/single_subscription/subscriptions_pause.yml index 8d6e5524..a5a2738a 100644 --- a/resources/single_subscription/subscriptions_pause.yml +++ b/resources/single_subscription/subscriptions_pause.yml @@ -9,7 +9,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -36,7 +36,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/single_subscription/subscriptions_resume.yml b/resources/single_subscription/subscriptions_resume.yml index cd8f383d..574c9ad6 100644 --- a/resources/single_subscription/subscriptions_resume.yml +++ b/resources/single_subscription/subscriptions_resume.yml @@ -9,7 +9,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -36,7 +36,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 402: diff --git a/resources/subscriptions/subscriptions.yml b/resources/subscriptions/subscriptions.yml index 4fef13a3..d5b17cd3 100644 --- a/resources/subscriptions/subscriptions.yml +++ b/resources/subscriptions/subscriptions.yml @@ -8,7 +8,7 @@ put: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ put: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: @@ -63,7 +63,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -90,7 +90,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/subscriptions/subscriptions_cancel.yml b/resources/subscriptions/subscriptions_cancel.yml index 6300e6f6..7b89c96e 100644 --- a/resources/subscriptions/subscriptions_cancel.yml +++ b/resources/subscriptions/subscriptions_cancel.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/subscriptions/subscriptions_events.yml b/resources/subscriptions/subscriptions_events.yml index e3036dbc..4eec562e 100644 --- a/resources/subscriptions/subscriptions_events.yml +++ b/resources/subscriptions/subscriptions_events.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: subscription_events_response allOf: @@ -44,7 +44,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/subscriptions/subscriptions_list.yml b/resources/subscriptions/subscriptions_list.yml index e8eccc20..58d57cf0 100644 --- a/resources/subscriptions/subscriptions_list.yml +++ b/resources/subscriptions/subscriptions_list.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: @@ -62,7 +62,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -89,7 +89,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 422: $ref: '../errors/422.yml' 401: diff --git a/resources/subscriptions/subscriptions_pause.yml b/resources/subscriptions/subscriptions_pause.yml index 781e55be..b675b064 100644 --- a/resources/subscriptions/subscriptions_pause.yml +++ b/resources/subscriptions/subscriptions_pause.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/subscriptions/subscriptions_resume.yml b/resources/subscriptions/subscriptions_resume.yml index c8966df6..3b291e2b 100644 --- a/resources/subscriptions/subscriptions_resume.yml +++ b/resources/subscriptions/subscriptions_resume.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/subscriptions/subscriptions_retry.yml b/resources/subscriptions/subscriptions_retry.yml index eb42ad51..c4a5090a 100644 --- a/resources/subscriptions/subscriptions_retry.yml +++ b/resources/subscriptions/subscriptions_retry.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/subscriptions/subscription_response.yml' headers: @@ -35,7 +35,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/tokens/token.yml b/resources/tokens/token.yml index bc76565b..acc70829 100644 --- a/resources/tokens/token.yml +++ b/resources/tokens/token.yml @@ -9,7 +9,7 @@ post: 200: description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/tokens/token_response.yml' headers: @@ -36,7 +36,7 @@ post: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 422: diff --git a/resources/transactions/transaction.yml b/resources/transactions/transaction.yml index d48234a7..49e1d134 100644 --- a/resources/transactions/transaction.yml +++ b/resources/transactions/transaction.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/transactions/transaction_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/transactions/transactions.yml b/resources/transactions/transactions.yml index d4264651..934ededd 100644 --- a/resources/transactions/transactions.yml +++ b/resources/transactions/transactions.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_transactions_response allOf: @@ -45,7 +45,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/transfers/transfer.yml b/resources/transfers/transfer.yml index 617324b1..81926ba5 100644 --- a/resources/transfers/transfer.yml +++ b/resources/transfers/transfer.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/transfers/transfer_response.yml' headers: @@ -35,7 +35,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/transfers/transfers.yml b/resources/transfers/transfers.yml index 7d62e81c..4c65f6d8 100644 --- a/resources/transfers/transfers.yml +++ b/resources/transfers/transfers.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_transfers_response allOf: @@ -45,7 +45,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: diff --git a/resources/webhook_keys/webhook_key.yml b/resources/webhook_keys/webhook_key.yml index adcb5551..36f65c24 100644 --- a/resources/webhook_keys/webhook_key.yml +++ b/resources/webhook_keys/webhook_key.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhook-keys/webhook-key_response.yml' headers: @@ -34,7 +34,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: @@ -57,7 +57,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhook-keys/webhook-key_response.yml' 404: @@ -92,7 +92,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhook-keys/webhook-key_delete_response.yml' headers: @@ -119,7 +119,7 @@ delete: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/webhook_keys/webhook_keys.yml b/resources/webhook_keys/webhook_keys.yml index 8e47ab14..ab34e09e 100644 --- a/resources/webhook_keys/webhook_keys.yml +++ b/resources/webhook_keys/webhook_keys.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_webhook_keys_response allOf: @@ -44,7 +44,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: @@ -68,7 +68,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhook-keys/webhook-key_create_response.yml' 401: diff --git a/resources/webhooks/webhook.yml b/resources/webhooks/webhook.yml index 47d37c1d..d9844627 100644 --- a/resources/webhooks/webhook.yml +++ b/resources/webhooks/webhook.yml @@ -7,7 +7,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhooks/webhook_response.yml' headers: @@ -34,7 +34,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: @@ -57,7 +57,7 @@ put: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/webhooks/webhook_response.yml 404: @@ -83,7 +83,7 @@ delete: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: '../../schemas/webhooks/webhook_response.yml' headers: @@ -110,7 +110,7 @@ delete: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 404: diff --git a/resources/webhooks/webhook_test.yml b/resources/webhooks/webhook_test.yml index 0e389073..66d42bc1 100644 --- a/resources/webhooks/webhook_test.yml +++ b/resources/webhooks/webhook_test.yml @@ -8,7 +8,7 @@ post: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/webhooks/webhook_response.yml 401: diff --git a/resources/webhooks/webhooks.yml b/resources/webhooks/webhooks.yml index 9006dcc3..91840740 100644 --- a/resources/webhooks/webhooks.yml +++ b/resources/webhooks/webhooks.yml @@ -8,7 +8,7 @@ get: 200: description: successful content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: title: get_webhooks_response allOf: @@ -44,7 +44,7 @@ get: Conekta-Media-Type: schema: type: string - example: conekta-v2.2.0; format=application/json + example: conekta-v2.3.0; format=application/json 401: $ref: '../errors/401.yml' 500: @@ -69,7 +69,7 @@ post: '200': description: successful operation content: - application/vnd.conekta-v2.2.0+json: + application/vnd.conekta-v2.3.0+json: schema: $ref: ../../schemas/webhooks/webhook_response.yml 401: diff --git a/schemas/checkouts/checkout.yml b/schemas/checkouts/checkout.yml index 9169a5ef..aeaa7a09 100644 --- a/schemas/checkouts/checkout.yml +++ b/schemas/checkouts/checkout.yml @@ -98,12 +98,12 @@ properties: maxProperties: 100 description: "It is a set of key-value pairs that you can attach to the order. It can be used to store additional information about the order in a structured format." tax_lines: - description: "List of [taxes](https://developers.conekta.com/v2.2.0/reference/orderscreatetaxes) that are applied to the order." + description: "List of [taxes](https://developers.conekta.com/v2.3.0/reference/orderscreatetaxes) that are applied to the order." type: array items: $ref: ../../schemas/orders/order_tax_request.yml discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline) that are applied to the order." + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline) that are applied to the order." type: array items: $ref: ../../schemas/orders/order_discount_lines_request.yml diff --git a/schemas/checkouts/checkout_request.yml b/schemas/checkouts/checkout_request.yml index c3c62b71..176af846 100644 --- a/schemas/checkouts/checkout_request.yml +++ b/schemas/checkouts/checkout_request.yml @@ -1,6 +1,6 @@ title: order_checkout_request description: | - [Checkout](https://developers.conekta.com/v2.2.0/reference/payment-link) details + [Checkout](https://developers.conekta.com/v2.3.0/reference/payment-link) details required: - allowed_payment_methods properties: diff --git a/schemas/customers/customer_shipping_contacts.yml b/schemas/customers/customer_shipping_contacts.yml index 4d50eef4..9b7c58f0 100644 --- a/schemas/customers/customer_shipping_contacts.yml +++ b/schemas/customers/customer_shipping_contacts.yml @@ -1,6 +1,6 @@ title: customer_shipping_contacts_request description: |- - [Shipping](https://developers.conekta.com/v2.2.0/reference/createcustomershippingcontacts) + [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used. required: - address diff --git a/schemas/customers/customer_update_shipping_contacts.yml b/schemas/customers/customer_update_shipping_contacts.yml index 057bb5bd..e0f4ab60 100644 --- a/schemas/customers/customer_update_shipping_contacts.yml +++ b/schemas/customers/customer_update_shipping_contacts.yml @@ -1,6 +1,6 @@ title: customer_update_shipping_contacts_request description: |- - [Shipping](https://developers.conekta.com/v2.2.0/reference/createcustomershippingcontacts) + [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used. properties: phone: diff --git a/schemas/customers/payment_method_token_request.yml b/schemas/customers/payment_method_token_request.yml index 68464f95..ca5be554 100644 --- a/schemas/customers/payment_method_token_request.yml +++ b/schemas/customers/payment_method_token_request.yml @@ -8,4 +8,4 @@ allOf: token_id: type: string example: "tok_32hj4g234as" - description: Token id that will be used to create a "card" type payment method. See the (subscriptions)[https://developers.conekta.com/v2.2.0/reference/createsubscription] tutorial for more information on how to tokenize cards. + description: Token id that will be used to create a "card" type payment method. See the (subscriptions)[https://developers.conekta.com/v2.3.0/reference/createsubscription] tutorial for more information on how to tokenize cards. diff --git a/schemas/logs/log_response.yml b/schemas/logs/log_response.yml index 9200848e..2e5ffd06 100644 --- a/schemas/logs/log_response.yml +++ b/schemas/logs/log_response.yml @@ -72,11 +72,11 @@ properties: additionalProperties: type: string example: { - "Accept": "application/vnd.conekta-v2.2.0+json", + "Accept": "application/vnd.conekta-v2.3.0+json", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "es-419, es; q=0.9, en; q=0.8", "Activitypermission": "orders:read", - "Apiversion": "2.2.0", + "Apiversion": "2.3.0", } response_body: type: object @@ -89,7 +89,7 @@ properties: "Access-Control-Allow-Methods": "POST, GET, PUT, OPTIONS", "Access-Control-Allow-Origin": "*", "Access-Control-Max-Age": "1728000", - "Conekta-Media-Type": "conekta-v2.2.0; format=application/json", + "Conekta-Media-Type": "conekta-v2.3.0; format=application/json", "Content-Type": "application/json; charset=utf-8", "Referrer-Policy": "strict-origin-when-cross-origin", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -118,5 +118,5 @@ properties: example: "5a0b7001edbb6e1725b0b2c6" version: type: string - example: "2.2.0" + example: "2.3.0" \ No newline at end of file diff --git a/schemas/logs/logs_response.yml b/schemas/logs/logs_response.yml index 2d76acb2..86c6c388 100644 --- a/schemas/logs/logs_response.yml +++ b/schemas/logs/logs_response.yml @@ -92,11 +92,11 @@ properties: additionalProperties: type: string example: { - "Accept": "application/vnd.conekta-v2.2.0+json", + "Accept": "application/vnd.conekta-v2.3.0+json", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "es-419, es; q=0.9, en; q=0.8", "Activitypermission": "orders:read", - "Apiversion": "2.2.0", + "Apiversion": "2.3.0", } response_body: type: object @@ -109,7 +109,7 @@ properties: "Access-Control-Allow-Methods": "POST, GET, PUT, OPTIONS", "Access-Control-Allow-Origin": "*", "Access-Control-Max-Age": "1728000", - "Conekta-Media-Type": "conekta-v2.2.0; format=application/json", + "Conekta-Media-Type": "conekta-v2.3.0; format=application/json", "Content-Type": "application/json; charset=utf-8", "Referrer-Policy": "strict-origin-when-cross-origin", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -138,5 +138,5 @@ properties: example: "5a0b7001edbb6e1725b0b2c6" version: type: string - example: "2.2.0" + example: "2.3.0" \ No newline at end of file diff --git a/schemas/orders/order_request.yml b/schemas/orders/order_request.yml index 2be4b58e..7576ad1e 100644 --- a/schemas/orders/order_request.yml +++ b/schemas/orders/order_request.yml @@ -7,7 +7,7 @@ required: - line_items properties: charges: - description: "List of [charges](https://developers.conekta.com/v2.2.0/reference/orderscreatecharge) that are applied to the order" + description: "List of [charges](https://developers.conekta.com/v2.3.0/reference/orderscreatecharge) that are applied to the order" type: array items: $ref: ../../schemas/charges/charge_request.yml @@ -25,7 +25,7 @@ properties: - $ref: ../customers/customer_info.yml - $ref: ../customers/customer_info_just_customer_id.yml discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline) that are applied to the order." + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline) that are applied to the order." type: array items: $ref: order_discount_lines_request.yml @@ -62,7 +62,7 @@ properties: nullable: true description: "Tax ID of the fiscal entity" line_items: - description: "List of [products](https://developers.conekta.com/v2.2.0/reference/orderscreateproduct) that are sold in the order. You must have at least one product." + description: "List of [products](https://developers.conekta.com/v2.3.0/reference/orderscreateproduct) that are sold in the order. You must have at least one product." type: array items: $ref: product.yml @@ -90,12 +90,12 @@ properties: shipping_contact: $ref: ../../schemas/customers/customer_shipping_contacts.yml shipping_lines: - description: "List of [shipping costs](https://developers.conekta.com/v2.2.0/reference/orderscreateshipping). If the online store offers digital products." + description: "List of [shipping costs](https://developers.conekta.com/v2.3.0/reference/orderscreateshipping). If the online store offers digital products." type: array items: $ref: ../../schemas/orders/shipping_request.yml tax_lines: - description: "List of [taxes](https://developers.conekta.com/v2.2.0/reference/orderscreatetaxes) that are applied to the order." + description: "List of [taxes](https://developers.conekta.com/v2.3.0/reference/orderscreatetaxes) that are applied to the order." type: array items: $ref: order_tax_request.yml diff --git a/schemas/orders/order_update_request.yml b/schemas/orders/order_update_request.yml index 8108889c..08dc9fb2 100644 --- a/schemas/orders/order_update_request.yml +++ b/schemas/orders/order_update_request.yml @@ -19,7 +19,7 @@ properties: - $ref: ../customers/customer_info.yml - $ref: ../customers/customer_info_just_customer_id.yml discount_lines: - description: "List of [discounts](https://developers.conekta.com/v2.2.0/reference/orderscreatediscountline) that are applied to the order." + description: "List of [discounts](https://developers.conekta.com/v2.3.0/reference/orderscreatediscountline) that are applied to the order." type: array items: $ref: order_discount_lines_request.yml @@ -56,7 +56,7 @@ properties: nullable: true description: "Tax ID of the fiscal entity" line_items: - description: "List of [products](https://developers.conekta.com/v2.2.0/reference/orderscreateproduct) that are sold in the order. You must have at least one product." + description: "List of [products](https://developers.conekta.com/v2.3.0/reference/orderscreateproduct) that are sold in the order. You must have at least one product." type: array items: $ref: product.yml @@ -71,7 +71,7 @@ properties: $ref: ../../schemas/customers/customer_shipping_contacts.yml shipping_lines: type: array - description: "List of [shipping costs](https://developers.conekta.com/v2.2.0/reference/orderscreateshipping). If the online store offers digital products." + description: "List of [shipping costs](https://developers.conekta.com/v2.3.0/reference/orderscreateshipping). If the online store offers digital products." items: $ref: ../../schemas/orders/shipping_request.yml tax_lines: From c41b081bde7430fd8d040b26496975330031706e Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 31 Mar 2026 13:40:06 -0500 Subject: [PATCH 2/2] fix: update pull request trigger branches in CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0d24a48..57a41142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: pull_request: branches: - main + - 'releases/**' + - 'release/**' workflow_dispatch: concurrency: