Path: blob/main/components/usage/pkg/apiv1/fixtures/stripe_on_charge_dispute.yaml
2500 views
# Copyright (c) 2023 Gitpod GmbH. All rights reserved.1# Licensed under the GNU Affero General Public License (AGPL).2# See License.AGPL.txt in the project root for license information.34---5version: 26interactions:7- id: 08request:9proto: HTTP/1.110proto_major: 111proto_minor: 112content_length: 013transfer_encoding: []14trailer: {}15host: api.stripe.com16remote_addr: ""17request_uri: ""18body: ""19form: {}20headers:21Content-Type:22- application/x-www-form-urlencoded23Stripe-Version:24- "2020-08-27"25User-Agent:26- Stripe/v1 GoBindings/72.114.027X-Stripe-Client-User-Agent:28- '{"application":null,"bindings_version":"72.114.0","lang":"go","lang_version":"go1.19.5","publisher":"stripe","uname":"Linux gitpodio-gitpod-tojg8kfndm8 6.1.20-060120-generic #202303171032-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 11:30:51 UTC x86_64 x86_64 x86_64 GNU/Linux\n"}'29url: https://api.stripe.com/v1/disputes/dp_1MrLJpAyBDPbWrhawbWHEIDL?expand[0]=payment_intent.customer30method: GET31response:32proto: HTTP/2.033proto_major: 234proto_minor: 035transfer_encoding: []36trailer: {}37content_length: 969238uncompressed: false39body: |-40{41"id": "dp_1MrLJpAyBDPbWrhawbWHEIDL",42"object": "dispute",43"amount": 100,44"balance_transaction": "txn_1MrLJpAyBDPbWrhaoqkdM6Pg",45"balance_transactions": [46{47"id": "txn_1MrLJpAyBDPbWrhaoqkdM6Pg",48"object": "balance_transaction",49"amount": -100,50"available_on": 1680566400,51"created": 1680182109,52"currency": "eur",53"description": "Chargeback withdrawal for ch_3MrLJoAyBDPbWrha4K2JqJ2G",54"exchange_rate": null,55"fee": 1500,56"fee_details": [57{58"amount": 1500,59"application": null,60"currency": "eur",61"description": "Dispute fee",62"type": "stripe_fee"63}64],65"net": -1600,66"reporting_category": "dispute",67"source": "dp_1MrLJpAyBDPbWrhawbWHEIDL",68"status": "pending",69"type": "adjustment"70}71],72"charge": "ch_3MrLJoAyBDPbWrha4K2JqJ2G",73"created": 1680182109,74"currency": "eur",75"evidence": {76"access_activity_log": null,77"billing_address": "39111",78"cancellation_policy": null,79"cancellation_policy_disclosure": null,80"cancellation_rebuttal": null,81"customer_communication": null,82"customer_email_address": "[email protected]",83"customer_name": "Milan Test Dispute",84"customer_purchase_ip": null,85"customer_signature": null,86"duplicate_charge_documentation": null,87"duplicate_charge_explanation": null,88"duplicate_charge_id": null,89"product_description": null,90"receipt": null,91"refund_policy": null,92"refund_policy_disclosure": null,93"refund_refusal_explanation": null,94"service_date": null,95"service_documentation": null,96"shipping_address": null,97"shipping_carrier": null,98"shipping_date": null,99"shipping_documentation": null,100"shipping_tracking_number": null,101"uncategorized_file": null,102"uncategorized_text": null103},104"evidence_details": {105"due_by": 1680998399,106"has_evidence": false,107"past_due": false,108"submission_count": 0109},110"is_charge_refundable": false,111"livemode": false,112"metadata": {},113"payment_intent": {114"id": "pi_3MrLJoAyBDPbWrha4geRUptb",115"object": "payment_intent",116"amount": 100,117"amount_capturable": 0,118"amount_details": {119"tip": {}120},121"amount_received": 100,122"application": null,123"application_fee_amount": null,124"automatic_payment_methods": null,125"canceled_at": null,126"cancellation_reason": null,127"capture_method": "automatic",128"charges": {129"object": "list",130"data": [131{132"id": "ch_3MrLJoAyBDPbWrha4K2JqJ2G",133"object": "charge",134"amount": 100,135"amount_captured": 100,136"amount_refunded": 0,137"application": null,138"application_fee": null,139"application_fee_amount": null,140"balance_transaction": "txn_3MrLJoAyBDPbWrha460gRh0F",141"billing_details": {142"address": {143"city": null,144"country": null,145"line1": null,146"line2": null,147"postal_code": "39111",148"state": null149},150"email": null,151"name": null,152"phone": null153},154"calculated_statement_descriptor": "GITPOD.IO",155"captured": true,156"created": 1680182108,157"currency": "eur",158"customer": "cus_NcaUPpUY7gFAs7",159"description": "asdasd",160"destination": null,161"dispute": "dp_1MrLJpAyBDPbWrhawbWHEIDL",162"disputed": true,163"failure_balance_transaction": null,164"failure_code": null,165"failure_message": null,166"fraud_details": {},167"invoice": null,168"livemode": false,169"metadata": {},170"on_behalf_of": null,171"order": null,172"outcome": {173"network_status": "approved_by_network",174"reason": null,175"risk_level": "normal",176"risk_score": 3,177"seller_message": "Payment complete.",178"type": "authorized"179},180"paid": true,181"payment_intent": "pi_3MrLJoAyBDPbWrha4geRUptb",182"payment_method": "src_1MrLJnAyBDPbWrha6IRSXAZT",183"payment_method_details": {184"card": {185"brand": "visa",186"checks": {187"address_line1_check": null,188"address_postal_code_check": "pass",189"cvc_check": "pass"190},191"country": "US",192"exp_month": 4,193"exp_year": 2024,194"fingerprint": "Ktjcyilms0eJhW5S",195"funding": "credit",196"installments": null,197"last4": "0259",198"mandate": null,199"network": "visa",200"three_d_secure": null,201"wallet": null202},203"type": "card"204},205"receipt_email": "[email protected]",206"receipt_number": null,207"receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xTEZGcHVBeUJEUGJXcmhhKKSdlqEGMgZvJWSZi6U6LBYd0Eabq05S6pQL_NkuA_kGSaSdM7zqvEKt79RhBL6zW1pIdIHm9O38-2Ly",208"refunded": false,209"refunds": {210"object": "list",211"data": [],212"has_more": false,213"total_count": 0,214"url": "/v1/charges/ch_3MrLJoAyBDPbWrha4K2JqJ2G/refunds"215},216"review": null,217"shipping": null,218"source": {219"id": "src_1MrLJnAyBDPbWrha6IRSXAZT",220"object": "source",221"amount": null,222"card": {223"address_line1_check": null,224"address_zip_check": "pass",225"brand": "Visa",226"country": "US",227"cvc_check": "pass",228"dynamic_last4": null,229"exp_month": 4,230"exp_year": 2024,231"fingerprint": "Ktjcyilms0eJhW5S",232"funding": "credit",233"last4": "0259",234"name": null,235"three_d_secure": "optional",236"tokenization_method": null237},238"created": 1680182108,239"currency": null,240"flow": "none",241"livemode": false,242"metadata": {},243"owner": {244"address": {245"city": null,246"country": null,247"line1": null,248"line2": null,249"postal_code": "39111",250"state": null251},252"email": null,253"name": null,254"phone": null,255"verified_address": null,256"verified_email": null,257"verified_name": null,258"verified_phone": null259},260"statement_descriptor": null,261"status": "chargeable",262"type": "card",263"usage": "reusable"264},265"source_transfer": null,266"statement_descriptor": "Gitpod.io",267"statement_descriptor_suffix": null,268"status": "succeeded",269"transfer_data": null,270"transfer_group": null271}272],273"has_more": false,274"total_count": 1,275"url": "/v1/charges?payment_intent=pi_3MrLJoAyBDPbWrha4geRUptb"276},277"confirmation_method": "automatic",278"created": 1680182108,279"currency": "eur",280"customer": {281"id": "cus_NcaUPpUY7gFAs7",282"object": "customer",283"address": {284"city": "",285"country": "CZ",286"line1": "",287"line2": "",288"postal_code": "",289"state": ""290},291"balance": 0,292"created": 1680182072,293"currency": null,294"default_currency": null,295"default_source": "src_1MrLJnAyBDPbWrha6IRSXAZT",296"delinquent": false,297"description": null,298"discount": null,299"email": "[email protected]",300"invoice_prefix": "9B6F1202",301"invoice_settings": {302"custom_fields": null,303"default_payment_method": null,304"footer": null,305"rendering_options": null306},307"livemode": false,308"metadata": {309"attributionId": "team:479efa39-6937-4ee7-ac61-6b4b623d049f"310},311"name": "Milan Test Dispute",312"phone": null,313"preferred_locales": [],314"shipping": null,315"tax_exempt": "none",316"test_clock": null317},318"description": "asdasd",319"invoice": null,320"last_payment_error": null,321"latest_charge": "ch_3MrLJoAyBDPbWrha4K2JqJ2G",322"livemode": false,323"metadata": {},324"next_action": null,325"on_behalf_of": null,326"payment_method": null,327"payment_method_options": {328"card": {329"installments": null,330"mandate_options": null,331"network": null,332"request_three_d_secure": "automatic"333}334},335"payment_method_types": [336"card"337],338"processing": null,339"receipt_email": "[email protected]",340"review": null,341"setup_future_usage": "off_session",342"shipping": null,343"source": "src_1MrLJnAyBDPbWrha6IRSXAZT",344"statement_descriptor": "Gitpod.io",345"statement_descriptor_suffix": null,346"status": "succeeded",347"transfer_data": null,348"transfer_group": null349},350"reason": "fraudulent",351"status": "needs_response"352}353headers:354Access-Control-Allow-Credentials:355- "true"356Access-Control-Allow-Methods:357- GET, POST, HEAD, OPTIONS, DELETE358Access-Control-Allow-Origin:359- '*'360Access-Control-Expose-Headers:361- Request-Id, Stripe-Manage-Version, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required362Access-Control-Max-Age:363- "300"364Cache-Control:365- no-cache, no-store366Content-Length:367- "9692"368Content-Type:369- application/json370Date:371- Thu, 30 Mar 2023 13:29:08 GMT372Request-Id:373- req_N0hol0KcKDB8Pt374Server:375- nginx376Strict-Transport-Security:377- max-age=63072000; includeSubDomains; preload378Stripe-Version:379- "2020-08-27"380status: 200 OK381code: 200382duration: 396.974908ms383384385