Credit Assignment Agreement Signature

When a supplier signs a Credit Assignment Agreement, we send this event with information about the signature.

You can use the _links to navigate directly related resources for this event.

Path: /adhesion-term

Webhook payload object

Key

Type

Description


sellerId


integer


Supplier identifier.


sellerName


string


Name of the supplier.


sellerGovernmentId


string


EIN of the supplier.


buyerId


integer


Investor identifier.


buyerName


string


Name of the investor.


buyerGovernmentId


string


EIN of the investor.


_links


object


Resources available through HATEOAS.
More informartion here.

Resources available are:
seller - List supplier data.

Webhook payload example

{
   "sellerId":1634623304,
   "sellerName":"CEDENTE NAME.",
   "sellerGovernmentId":"62794766000142",
   "buyerId":910893547,
   "buyerName":"INVESTIDOR S.A.",
   "buyerGovernmentId":"22834516000174",
   "signature":"[email protected] 20:58",
   "_links":{
      "seller":{
         "href":"https://zuul.monkey.exchange/v2/buyers/910893547/sellers/1634623304",
         "type":"GET"
      }
   }
}