Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Mandate
  • Back to home
  • LOS
  • Approval
    • List
      GET
    • Create
      POST
    • Get
      GET
    • Approve
      PUT
    • Bulk Approve
      PUT
  • Custom Fields
    • List Custom Fields
      GET
    • Create Custom Fields
      POST
  • Assessments
    • List
      GET
    • Submit
      PUT
  • Agreement
    • Generate
      POST
    • List
      GET
    • Upload
      POST
  • Stamp
    • Generate
      POST
    • Upload
      POST
    • Get Status
      GET
  • Sign
    • Initiate Esign
      POST
    • Refresh
      GET
  • Document
    • List
      GET
    • Detail
      GET
    • Update
      PATCH
    • Delete
      DELETE
  • Accounts
    • Reopen Account
    • List
    • Create
    • Drop
    • Approve
    • Detail
    • Initiate
    • Activate
  • Signing
    • Initiate
    • Service Callback
    • Upload
    • List
  • Insurances
    • Create
  • Fee
    • Create
  • Mandate
    • Create
      POST
    • Get Details
      GET
  1. Mandate

Create

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/los/mandates/initiate/
Last modified:2025-02-21 06:52:30

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
account
string 
required
Example:
c804f0b2-3897-4679-9337-79e0272b7f37
bank_id
string 
required
Example:
0be0a04e-3f17-4346-a57e-35fe3dc4fe96

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://preprod.api.crego.io/v1/los/mandates/initiate/' \
--form 'account="c804f0b2-3897-4679-9337-79e0272b7f37"' \
--form 'bank_id="0be0a04e-3f17-4346-a57e-35fe3dc4fe96"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-21 06:52:30
Previous
Create
Next
Get Details
Built with