curl -i -X POST \
https://www.rebilly.com/_mock/docs/dev-docs/api/invoices \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
"currency": "USD",
"shipping": {
"amount": 0.1,
"calculator": "manual"
},
"tax": {
"calculator": "manual",
"items": [
{
"amount": 0.1,
"description": "string"
}
]
},
"organizationTaxIdNumber": {
"type": "eu-vat",
"value": "GB980780684"
},
"customerTaxIdNumber": {
"type": "eu-vat",
"value": "GB980780684"
},
"billingAddress": {
"firstName": "Benjamin",
"lastName": "Franklin",
"organization": "Rebilly",
"address": "36 Craven St",
"address2": "string",
"city": "Austin",
"region": "Texas",
"country": "GB",
"postalCode": "WC2N 5NF",
"phoneNumbers": [
{
"label": "main",
"value": "512-710-1640",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"dob": "1980-04-01",
"jobTitle": "CEO"
},
"deliveryAddress": {
"firstName": "Benjamin",
"lastName": "Franklin",
"organization": "Rebilly",
"address": "36 Craven St",
"address2": "string",
"city": "Austin",
"region": "Texas",
"country": "GB",
"postalCode": "WC2N 5NF",
"phoneNumbers": [
{
"label": "main",
"value": "512-710-1640",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"dob": "1980-04-01",
"jobTitle": "CEO"
},
"poNumber": "PO123456",
"notes": "string",
"autopayScheduledTime": "2019-08-24T14:15:22Z",
"dueTime": "2019-08-24T14:15:22Z",
"customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
"retryInstruction": {
"attempts": [
{
"scheduleInstruction": {
"method": "date-interval",
"duration": 1,
"unit": "second",
"anchor": {
"method": "day-of-month",
"day": 1,
"time": "14:15:22Z"
}
},
"amountAdjustmentInstruction": {
"method": "partial",
"value": 0.1,
"type": "percent",
"afterApprovalPolicy": {
"method": "none"
}
},
"tryBackupInstruments": false
}
],
"afterAttemptPolicies": [
"change-subscription-renewal-time"
],
"afterRetryEndPolicies": [
"abandon-invoice"
]
},
"delinquencyTime": null
}'