#ShakeR
1 messages · Page 1 of 1 (latest)
Hi there, can you share with one PaymentIntent ID so that I can take a look at your integraiton?
I haven't actually run the above scenario yet. Still in development (why I'm trying to figure out if it's possible - pretty sure it's not). I have some domestic PI IDs if that helps though.
(all are test environment IDs)
pi_3N8te4Cfk9fTJc7B1ZQXLBJN
Full notes in case it's helpful:
I've gone in circles on this a few times now and can't crack the code. It seems silly to convert back and forth twice, but not sure there's an alternative. Hoping I'm wrong.
Hmm, I don't see a destination account specified in the request. Are you doing a destination charge? (https://stripe.com/docs/connect/destination-charges)
Caution: Destination charges are only supported if both your platform and the connected account are in the same region
Destination charges are only supported if both your platform and the connected account are in the same region (for example, both in the US). For cross-region support, you must specify the settlement merchant to the connected account using the on_behalf_of attribute on the charge or see other valid scenarios at Cross-border Transfers.
So you need to use on_behalf_of param for a cross-region charge
Yep, that takes you to step 3 on PDF above
From PDF notes:
The on_behalf_of attribute is supported only for connected accounts with the card_payments
capability.
Can't do cross-border payout unless recipient service agreement
Is your connected account of recipient service agreement
Yes
OK, can you share with the ID of the request that results in The on_behalf_of attribute is supported only for connected accounts with the card_payments capability. ?
I can make it "card_payments" but Stripe strongly discourages using direct charges for Custom accounts (not to say we can't be the exception, but I think I hit another bottleneck going this route)
Stand by. I'm tracing this one back down. It's from my notes, but I need to confirm the Doc URL rq
Here's how you can find a request ID (i.e., req_): https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Sorry, above is my wording. That's not an API response.
Link and screencap immediately above is direct from Stripe docs though, so it should be an accurate condition.
If you can share with the request ID, it'll be easier for me to investigate the probelm.
I'm not sure which request ID you'd like me to give. I haven't made a request.
This was not an API response / no request was made to generate this:
capability.
^ that's my wording. I just code blocked it to make it easier to read in context above. Sorry for the confusion.
That doc that you shared is related to separate charges and transfers, not destination charge.