The ID of the stripe account associated to the program.
Percentage that a restaurant is charged for using Hang's ordering platform.
curl -L \ --request POST \ --url '/v2/admin/program_stripe_accounts/create' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'stripe_account_id=text&application_fee_percentage=1'
{ "program_stripe_account": { "id": "text", "stripe_account_id": "text", "program_id": 1, "application_fee_percentage": 1 } }