Skip to main content

Assign a billing ID

To assign a billing_id to Ticaga, you need to post their Ticaga ID and their Billing System ID:

URL: https://yourdomain.com/api/customers/assign

Type: POST

-

ticaga_id: Ticaga's customer ID.

billing_id: The billing system customer ID.

billing_system: The billing system name supported by Ticaga Enum.

 

If the customer doesn't exist, you get this error:

{
  "error": "User not authenticated"
}