#sagar.sonar-accounts

1 messages ยท Page 1 of 1 (latest)

strange frost
#

๐Ÿ‘‹ happy to help, please you the thread for your following messages

vestal zealot
#

$cust = $stripe->accounts->create([
'type' => 'custom',
'country' => 'US',
'email' => 'mahendra.singh@yopmail.com',
'capabilities' => [
'card_payments' => ['requested' => true],
'transfers' => ['requested' => true],
],
['bank_account' => [
'country' => 'US',
'currency' => 'USD',
'account_holder_name' => 'Mahendra Singh',
'account_holder_type' => 'individual',
'routing_number' => '110000000',
'account_number' => '000123456789',
]

      ],
      'business_type' => 'individual',
      'individual' => [
            'address'   => [
                'line1'     => 'address_full_match',
                'city'      => 'Houston',
                'state'     => 'TX',
                'country'   => 'US',
                'postal_code' => '77032',

            ],

            'ssn_last_4' => '0000',

            'dob' => [
                'day' => '01',
                'month' => '01',
                'year'  => '1901'
            ],
            'email' => 'mahendra.singh@yopmail.com',
            'first_name' => 'Mahendra',
            'last_name' => 'Singh',
            'gender' => 'male',
            'phone' => '0000000000',

      ],
      'tos_acceptance' => [
            'date' => '1651125323',
            'ip'   => '182.72.173.68',
            'service_agreement' => 'full', 
            'user_agent' => 'null'
      ],

      'settings' => [
        'payouts' => [
            'schedule' => [ 'interval' => 'manual' ]
        ]
      ]

    ]);
#

This is the api that I am using for create

strange frost
#

could you please give me a couple of minutes so I could take a look

vestal zealot
#

sure

strange frost
#

let me know if you need any more help

vestal zealot
#

@strange frost , I am trying to add this industry and product description through the api

#

is there any key available for this?

strange frost
#

for the industry type

#

Learn about merchant category codes (MCCs) and how to set them for your connected accounts.