Account Stripe Connect Controller.create
POST {{baseUrl}}/v1/stripe-connect
Request Body
{"privateKey"=>"<string>", "publicKey"=>"<string>", "connectWebhookSecret"=>"<string>", "active"=>"<boolean>", "refreshUrl"=>"<uri>", "returnUrl"=>"<uri>", "applicationFee"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"privateKey":"\u003cstring\u003e","publicKey":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","custom":{},"id":"\u003cstring\u003e","webhookSecret":"\u003cstring\u003e","connectWebhookSecret":"\u003cstring\u003e","active":"\u003cboolean\u003e","refreshUrl":"\u003curi\u003e","returnUrl":"\u003curi\u003e","applicationFee":"\u003cnumber\u003e","spaceInvoicesFee":"\u003cnumber\u003e","accountId":"\u003cstring\u003e"}