Invoice
Manage Invoices.
Show Invoice
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"invoice_id": "...",
"import_id": "...",
"external_invoice_number": "2014-342-545",
"reference": "ba6fe77",
"invoice_number": "123456",
"direct_debit_iban": "...",
"federation_membership_number": "...",
"club_membership_number": "...",
"member_external_id": "...",
"external_membership_number": "...",
"customer": {
"name": {
"prefix": "Mr",
"first_name": "Joe",
"infix": "van der",
"last_name": "Doe",
"organization": "TheClub"
},
"address": {
"address1": "3rd Avenue",
"address2": "",
"locality": "",
"house_number": "1500",
"state": "",
"zipcode": "10010",
"city": "Amsterdam",
"country_code": "NL"
},
"email": {
"email_address": "[email protected]"
},
"phone": {
"phone_number": "562-756-2233",
"country_code": "NL"
}
},
"invoice_lines": [
{
"invoice_line_id": "...",
"type": "INVOICE-LINE",
"amount_cents": 10000,
"description": "Membership fee",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "CREDIT-LINE",
"amount_cents": -1000,
"description": "Deduction",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "PAYMENT-LINE",
"payment_method": "ideal|bacs|bancontact|credit_card|sdd|bank_transfer",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "CHARGEBACK-LINE",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "CHARGEBACK-FEE-LINE",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "CHARGEBACK-FEE-PAYMENT-LINE",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "LATE-PAYMENT-FEE-LINE",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "LATE-PAYMENT-FEE-PAYMENT-LINE",
"payment_method": "ideal|bacs|bancontact|credit_card|sdd|bank_transfer",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "INSTALLMENT-FEE-LINE",
"amount_cents": 123,
"description": "...",
"date": "..."
},
{
"invoice_line_id": "...",
"type": "INSTALLMENT-FEE-PAYMENT-LINE",
"payment_method": "ideal|bacs|bancontact|credit_card|sdd|bank_transfer",
"amount_cents": 123,
"description": "...",
"date": "..."
}
],
"amount_total_cents": "...",
"messages": [
{
"message_id": "...",
"type": "EMAIL|SMS|LETTER",
"description": "...",
"date": "..."
},
{
"message_id": "...",
"type": "EMAIL|SMS|LETTER",
"description": "...",
"date": "..."}
],
"tickets": [
{
"ticket_id": "...",
"message": "I don't want to pay",
"sender": "CUSTOMER",
"date": "..."
},
{
"ticket_id": "...",
"message": "You really must pay",
"sender": "COMPANY",
"date": "..."}
],
"retracted_at": null | "...",
"retraction_reason": null | "...",
"show_retraction_reason_to_customer": true | false
}Create Invoice
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request Body
Error Messages
Update Invoice
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request Body
Error Messages
Credit and Retract Invoice
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request Body
Error Messages
Delete Invoice
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated