limitrequest.accepted
Notify the registered URL that the limit request is accepted
HTTP method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/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 method | Content-Type |
---|---|
POST | application/json |
Body
{
"organization_id": "org_id",
"callback_type": "organization.accepted"
}
organization.rejected
Notify the registered URL that the organization has been rejected
HTTP method | Content-Type |
---|---|
POST | application/json |
Body
{
"organization_id": "org_id",
"callback_type": "organization.rejected"
}