Full Payment Upon Signature
This is a one-time full payment contract applicable at signature of the contract.
Full Payment Upon Signature
This is a one-time full payment contract applicable at signature of the contract.
Upon the signing of this Agreement, "Dan" shall pay the total purchase price to "Steve" in the amount of 0.01 USD.
Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.
View the Latest code for this template on on GitHub.
{
"$class": "org.accordproject.payment.onetime.OneTimePaymentContract",
"contractId": "1f3a4329-6a99-4c2d-86b5-febe0815823a",
"buyer": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Dan"
},
"seller": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Steve"
},
"totalPurchasePrice": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 0.01,
"currencyCode": "USD"
}
}
Type | Sample JSON |
---|---|
org.accordproject.payment.onetime.OneTimePaymentState |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.Request |
|
org.accordproject.payment.PaymentReceived |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.Response |
|
Type | Sample JSON |
---|---|
org.accordproject.base.Event |
|
org.accordproject.cicero.runtime.PaymentObligation |
|