#surajpatidar
1 messages · Page 1 of 1 (latest)
Sorry I don't follow. Can you give a concrete example what do you want to achieve?
i have created transfer
"amount_reversed": 0,
"balance_transaction": "txn_1NVUgCECJUF37lWXsFBmoI2G",
"created": 1689751211,
"currency": "usd",
"description": null,
"destination": "acct_1NNVB0E9EyZZnb5j",
"destination_payment": "py_1NVUgBE9EyZZnb5jn6FSzNY5",
"id": "tr_1NVUgBECJUF37lWXrXZX3IB7",
"livemode": false,
"metadata": {},
"object": "transfer",
"reversals": {
"data": [],
"has_more": false,
"object": "list",
"total_count": 0,
"url": "/v1/transfers/tr_1NVUgBECJUF37lWXrXZX3IB7/reversals"
},
"reversed": false,
"source_transaction": null,
"source_type": "card",
"transfer_group": null
}
why it show source type card
i want transfer amount from stripe owner account
Ah that source_type only means the balance type of the transfer
i have use this transfer = stripe.Transfer.create( amount=int(request_amount * 100), currency="usd", destination=user.stripe_account.id, )
It's from your Platform account
in future it not create any issue right ?
Generally no, but for example if your Platform account doesn't have enough fund, it could error with insufficient fund error