Account Payment Processing Controller.create
POST {{baseUrl}}/v1/payment-processing
Request Body
{"active"=>"<boolean>", "applicationFee"=>"<number>", "paymentCompleteReturnURL"=>"<string>", "environment"=>"sandbox", "merchantId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","custom":{},"id":"\u003cstring\u003e","approved":"\u003cboolean\u003e","active":"\u003cboolean\u003e","applicationFee":"\u003cnumber\u003e","spaceInvoicesFee":"\u003cnumber\u003e","paymentCompleteReturnURL":"\u003cstring\u003e","environment":"sandbox","accountId":"\u003cstring\u003e","merchantId":"\u003cstring\u003e"}