#Shankar

1 messages · Page 1 of 1 (latest)

tropic kelpBOT
light oyster
neat mulch
#

req_YRUVkWIW7SUt3K

light oyster
#

Thanks for sharing! Can you share the code which you use to post this request?

neat mulch
#

request body is enough?

#

{
"transfer_data.amount": "2000",
"capture_method": "manual",
"currency": "usd",
"customer": "cus_OImuFPNARHz6wP",
"transfer_data.destination": "acct_1NVqDjHKeg6QPoLO",
"transfer_group": "ORDER_10",
"amount": "10000",
"payment_method_types": [
"card"
]
}

#

POST /v1/payment_intents

light oyster
#

Do you use curl?

#

It should be something like:

 "transfer_data" : {
  "destination": "acct_1NVqDjHKeg6QPoLO",
  "amount": 2000
}
neat mulch
#

okay

#

i will try with it

#

how to send it in curl?

light oyster