Question

I want to create recipient on stripe using cloud module on parse. I am able to create customer (e.g. using Stripe.Customers.create()) and able to charge customer(String.Charges.create()) from his credit card. but not able to create a recipient (Stripe.Recipients.create()) for transfer the money to his account. This create function for Recipients is not defined .

But this same thing available for Node.js (https://stripe.com/docs/api/node#create_recipient).

any solution for this ?

Was it helpful?

Solution

If it does really not exist for the moment. You could just issue the HTTP request based on their protocol. It should work. The parameter required you could take from the curl samples: https://stripe.com/docs/api/curl#create_recipient

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top