Business Profile - Create
POST {{baseUrl}}/account/:merchant_id/business_profile
Request Body
{"profile_name"=>"business", "return_url"=>"https://google.com/success", "enable_payment_response_hash"=>true, "redirect_to_merchant_with_http_post"=>false, "webhook_details"=>{"webhook_version"=>"1.0.1", "webhook_username"=>"ekart_retail", "webhook_password"=>"password_ekart@123", "webhook_url"=>"https://webhook.site", "payment_created_enabled"=>true, "payment_succeeded_enabled"=>true, "payment_failed_enabled"=>true}, "metadata"=>nil, "intent_fulfillment_time"=>900, "frm_routing_algorithm"=>nil, "payout_routing_algorithm"=>nil, "applepay_verified_domains"=>nil, "session_expiry"=>900, "payment_link_config"=>nil, "authentication_connector_details"=>nil, "use_billing_as_payment_method_billing"=>true, "collect_shipping_details_from_wallet_connector"=>false, "collect_billing_details_from_wallet_connector"=>false, "is_connector_agnostic_mit_enabled"=>false, "payout_link_config"=>nil, "outgoing_webhook_custom_http_headers"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |