#Shankar
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind sharing the request ID?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i have used retrofit and volley both but unable to send the data
req_UvoR22u1rD3n2n
when i try to send the request using retrofit i got 400 error code
{"amount":"100000","capture_method":"manual","currency":"usd","customer":"cus_OIqiNacOsfVhKW","payment_method_types[]":"card","transfer_data":{"amount":"2000","destination":"acct_1NVqDjHKeg6QPoLO"},"transfer_group":"ORDER_10"}
are you sending it as a JSON?
from https://stripe.com/docs/api
Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.