Callbacks

limitrequest.accepted

Notify the registered URL that the limit request is accepted

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.accepted"
}

limitrequest.approved

Notify the registered URL that the limit request is approved

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.approved"
}

limitrequest.awaiting_contract

Notify the registered URL that the limit request is awating the contract to be signed

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.awaiting_contract"
}

limitrequest.cancelled

Notify the registered URL that the limit request has been cancelled

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.cancelled"
}

limitrequest.pending

Notify the registered URL that the limit request is pending approval

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.pending"
}

limitrequest.rejected

Notify the registered URL that the limit request has been rejected

HTTP methodContent-Type
POSTapplication/json

Body

{
  "limit_request_id": "limit_request_id",
  "callback_type": "limitrequest.rejected"
}

organization.accepted

Notify the registered URL that the organization has been accepted

HTTP methodContent-Type
POSTapplication/json

Body

{
  "organization_id": "org_id",
  "callback_type": "organization.accepted"
}

organization.rejected

Notify the registered URL that the organization has been rejected

HTTP methodContent-Type
POSTapplication/json

Body

{
  "organization_id": "org_id",
  "callback_type": "organization.rejected"
}