#brot1n-subscription-customerbalance

1 messages · Page 1 of 1 (latest)

serene lance
#

@brisk hatch what is the request id req_123 associated with the error?

brisk hatch
#

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'],
        ]
    ]
);
serene lance
#

your account is US-based, you can't use EUR bank transfers in the US.

brisk hatch
#

ah gotcha thanks!

serene lance
#

sorry for the confusion!