#sihan
1 messages ยท Page 1 of 1 (latest)
Hi ๐ yes, it is possible to create a partial refund that does not refund the full amount of the payment. To do so via the API, you would use the amount parameter when creating the Refund:
https://stripe.com/docs/api/refunds/create#create_refund-amount
External Accounts are where the funds from Stripe accounts are sent when a Payout is triggered, those can be either a bank account or a debit card:
https://stripe.com/docs/api/external_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you for the help @iron pilot