Send Invoice

Sending a single invoice again

When an invoice is created, an optional Send node can be added, to
send invoices on a different path.

Properties

propertyvaluedescription
Channel<type>Send a text message to the user with a given channel
  • sms
  • email
  • xml
  • print
StatustextQueue, the only valid value, that can be set. Furtuer values are set by the system.
ToAddress<operand>The operands, differ when the channel types are changed.
  • SMS is set as a phonenumber
  • Email is obvious
  • xml an GLN number
  • print we need nothing.
ScheduleSendDateDateTimeThe date and time for you need to send this invoice to the customer. It is an approximated schedule, since we are running send-schedules on a minute interval. Peaks can postpone the action in a somewhat shorter interval.
NotetextRemark that adding text to an email is not the same as adding text to an SMS. Adding long texts to an SMS will result in highter charges, due to the size of a single SMS.

Example

I want to send the invoice to a customer on an SMS, at a given time.

{
    "Channel": "SMS",
    "Status" : "Queue",
    "ToAddress" : "+4533445566",
    "ScheduleSendDate" : "2024-05-31 15:55",
    "Note" : "Here is your invoice - Cheers!"       
}

Cheers from FarPay devteam!
This is coded with ❤️ and ☕.