#brot1n-subscription-customerbalance
1 messages · Page 1 of 1 (latest)
req_nd5UnHyzBRkBGO
also this is my call:
$client->subscriptions->create(
[
'customer' => 'cus_MBRJCE6262kaLf',
'items' => [
[
'price' => 'price_1LXSP4Ah0Ubm2Iwbzyyw3XJ0',
'quantity' => 2
]
],
'collection_method' => 'send_invoice',
'days_until_due' => 30,
'payment_settings' => [
'payment_method_types' => ['customer_balance'],
]
]
);
your account is US-based, you can't use EUR bank transfers in the US.
ah gotcha thanks!
sorry for the confusion!