Contrato Registrado
Quando um contrato é registrado enviamos este evento onde temos as informações a respeito de quem realizou a operação, valores a serem pagos e as datas para os pagamentos.
Você pode utilizar os _links
para navegar nos recursos relacionados a este evento.
Path: /contract
Webhook payload object
Chave | Tipo | Descrição |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webhook payload example
Exemplo de payload de contrato ORIGINAL, verificar campo contractType.
{
"contractId" : "45bfe258-9bd1-11ec-b909-0242ac120002",
"orderBuyerId":"39ddab57-0b5d-4286-b882-e065edb91071",
"status" : "WAITING_CUSTODY",
"contractType" : "ORIGINAL",
"contractStartDate" : "2022-02-07T01:00:00.000-02:00",
"contractDueDate" : "2022-02-25T00:00:00.000-03:00",
"averageTax" : 1.00,
"buyerGovernmentId" : "25297658000138",
"buyerName" : "Investidor",
"sellerName" : "Cedente",
"sellerGovernmentId" : "78795395000153",
"sellerAddress" : "Endereço",
"sellerAddressNumber" : "1234",
"sellerAddressComplement" : "Bloco Dois",
"sellerNeighborhood" : "Bairro",
"sellerCity" : "Cidade",
"sellerState" : "UF",
"sellerCountry" : "Brasil",
"sellerZipCode" : "15800000",
"sellerBank" : "123",
"sellerAgency" : "1234",
"sellerAccount" : "0000000000000012345",
"sellerAccountDigit" : "1",
"sellerAccountType" : "CHECKING_ACCOUNT",
"paymentDate" : "2022-02-03T01:00:00.000-02:00",
"totalAmount" : "1000.00",
"totalDiscount" : "100.00",
"netTotalAmount" : "900.00",
"numberOfReceivables" : 2,
"items" : [
{
"contractItemId" : "759818d6-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "7bb3b3e2-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "01027058000191",
"paymentScheme" : "MCC",
"liquidationDate" : "2022-02-22T00:00:00.000-03:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority" : 1
},
{
"contractItemId" : "81448480-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "87515420-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "10440482000154",
"paymentScheme" : "VCC",
"liquidationDate" : "2022-02-07T01:00:00.000-02:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority" : 2
}
],
"externalId" : "56bfe259-0bd1-11ec-b019-0242ac120002",
"registerGovernmentId" : "84361075000198",
"registerName" : "REGISTRADORA",
"eventType" : "ContractRegisteredEvent",
"_links" : {
"seller" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/sellers/05138015000134",
"type" : "GET"
},
"confirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/confirm",
"type" : "GET"
},
"contract" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002",
"type" : "GET"
},
"unconfirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/unconfirm",
"type" : "GET"
}
}
}
Exemplo de payload de contrato RECOMPOSITION, verificar campo contractType.
{
"contractId" : "45bfe258-9bd1-11ec-b909-0242ac120002",
"orderBuyerId":"39ddab57-0b5d-4286-b882-e065edb91071",
"status" : "WAITING_CUSTODY",
"contractType" : "RECOMPOSITION",
"contractStartDate" : "2022-02-07T01:00:00.000-02:00",
"contractDueDate" : "2022-02-25T00:00:00.000-03:00",
"averageTax" : 1.00,
"buyerGovernmentId" : "25297658000138",
"buyerName" : "Investidor",
"sellerName" : "Cedente",
"sellerGovernmentId" : "78795395000153",
"sellerAddress" : "Endereço",
"sellerAddressNumber" : "1234",
"sellerAddressComplement" : "Bloco Dois",
"sellerNeighborhood" : "Bairro",
"sellerCity" : "Cidade",
"sellerState" : "UF",
"sellerCountry" : "Brasil",
"sellerZipCode" : "15800000",
"sellerBank" : "123",
"sellerAgency" : "1234",
"sellerAccount" : "0000000000000012345",
"sellerAccountDigit" : "1",
"sellerAccountType" : "CHECKING_ACCOUNT",
"paymentDate" : "2022-02-03T01:00:00.000-02:00",
"totalAmount" : "1000.00",
"totalDiscount" : "100.00",
"netTotalAmount" : "900.00",
"numberOfReceivables" : 2,
"items" : [
{
"contractItemId" : "759818d6-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "7bb3b3e2-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "01027058000191",
"paymentScheme" : "MCC",
"liquidationDate" : "2022-02-22T00:00:00.000-03:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority" : 1,
"originalContractId" : "7bb3b3e2-9bd8-11ec-b909-0242ac121235",
"originalContractItemId" : "8bb3b3e2-9bd8-11ec-b909-0242ac123232"
},
{
"contractItemId" : "81448480-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "87515420-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "10440482000154",
"paymentScheme" : "VCC",
"liquidationDate" : "2022-02-07T01:00:00.000-02:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority": 3,
"originalContractId" : "9db3b3e2-9bd8-11ec-b909-0242ac121235",
"originalContractItemId" : "0cb3b3e2-9bd8-11ec-b909-0242ac123232"
}
],
"externalId" : "56bfe259-0bd1-11ec-b019-0242ac120002",
"registerGovernmentId" : "84361075000198",
"registerName" : "REGISTRADORA",
"eventType" : "ContractRegisteredEvent",
"_links" : {
"seller" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/sellers/05138015000134",
"type" : "GET"
},
"confirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/confirm",
"type" : "GET"
},
"contract" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002",
"type" : "GET"
},
"unconfirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/unconfirm",
"type" : "GET"
}
}
}
Exemplo de payload de contrato AUTOMATED, verificar campo contractType.
{
"contractId" : "45bfe258-9bd1-11ec-b909-0242ac120002",
"orderBuyerId":"39ddab57-0b5d-4286-b882-e065edb91071",
"status" : "WAITING_CUSTODY",
"contractType" : "AUTOMATED",
"contractStartDate" : "2022-02-07T01:00:00.000-02:00",
"contractDueDate" : "2022-02-25T00:00:00.000-03:00",
"averageTax" : 1.00,
"buyerGovernmentId" : "25297658000138",
"buyerName" : "Investidor",
"sellerName" : "Cedente",
"sellerGovernmentId" : "78795395000153",
"sellerAddress" : "Endereço",
"sellerAddressNumber" : "1234",
"sellerAddressComplement" : "Bloco Dois",
"sellerNeighborhood" : "Bairro",
"sellerCity" : "Cidade",
"sellerState" : "UF",
"sellerCountry" : "Brasil",
"sellerZipCode" : "15800000",
"sellerBank" : "123",
"sellerAgency" : "1234",
"sellerAccount" : "0000000000000012345",
"sellerAccountDigit" : "1",
"sellerAccountType" : "CHECKING_ACCOUNT",
"paymentDate" : "2022-02-03T01:00:00.000-02:00",
"totalAmount" : "1000.00",
"totalDiscount" : "100.00",
"netTotalAmount" : "900.00",
"numberOfReceivables" : 2,
"items" : [
{
"contractItemId" : "759818d6-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "7bb3b3e2-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "01027058000191",
"paymentScheme" : "MCC",
"liquidationDate" : "2022-02-22T00:00:00.000-03:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority" : 1,
"originalContractId" : "7bb3b3e2-9bd8-11ec-b909-0242ac121235",
"originalContractItemId" : "8bb3b3e2-9bd8-11ec-b909-0242ac123232"
},
{
"contractItemId" : "81448480-9bd8-11ec-b909-0242ac120002",
"receivableUuid" : "87515420-9bd8-11ec-b909-0242ac120002",
"acquirerGovernmentId" : "10440482000154",
"paymentScheme" : "VCC",
"liquidationDate" : "2022-02-07T01:00:00.000-02:00",
"tax" : 1.00,
"amount" : "500.00",
"discount" : "50.00",
"netAmount" : "450.00",
"status" : "WAITING_CUSTODY",
"effectPriority": 3,
"originalContractId" : "9db3b3e2-9bd8-11ec-b909-0242ac121235",
"originalContractItemId" : "0cb3b3e2-9bd8-11ec-b909-0242ac123232"
}
],
"externalId" : "56bfe259-0bd1-11ec-b019-0242ac120002",
"registerGovernmentId" : "84361075000198",
"registerName" : "REGISTRADORA",
"eventType" : "ContractRegisteredEvent",
"_links" : {
"seller" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/sellers/05138015000134",
"type" : "GET"
},
"confirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/confirm",
"type" : "GET"
},
"contract" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002",
"type" : "GET"
},
"unconfirm" : {
"href" : "https://gateway.spike.cash/v1/buyers/25297658000138/contracts/45bfe258-9bd1-11ec-b909-0242ac120002/unconfirm",
"type" : "GET"
}
}
}
Updated 28 days ago