#.rohanv
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
According to the related requestId req_qV4nzizkGEUsTh:
here is the error message:
As per Indian regulations, export transactions require a description. More info here: https://stripe.com/docs/india-exports
You need to add a description to the payment intent
okay i'll try it out
[log] {
"id": "pi_3OZ9PKSAVo4227Ny0wgFlXi2",
"object": "payment_intent",
"amount": 1000,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": "pi_3OZ9PKSAVo4227Ny0wgFlXi2_secret_kkluFaSnH7aa3n3Ih8vaXOMEc",
"confirmation_method": "automatic",
"created": 1705399090,
"currency": "inr",
"customer": null,
"description": "Software development services",
"invoice": null,
"last_payment_error": null,
"latest_charge": null,
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": null,
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "requires_payment_method",
"transfer_data": null,
"transfer_group": null
}
i added description still same error