|
| 1 | +--- |
| 2 | +title: "Authvia Source" |
| 3 | +--- |
| 4 | + |
| 5 | +TXT2PAY from [Authvia](https://www.authvia.com/) is the easiest way to engage your customers for bills, invoices, donations, disbursement and any other payment use case you may have. Get paid faster without the hassle of PCI compliance. |
| 6 | + |
| 7 | +This source is maintained by < Authvia>. For any issues with the source, [contact their Support team ](mailto:[email protected]). |
| 8 | + |
| 9 | +## Getting started |
| 10 | + |
| 11 | +1. From your workspace's [Sources catalog page](https://app.segment.com/authvia/sources/catalog) click **Add Source**. |
| 12 | +2. Search for "Authvia" in the Sources Catalog, select Authvia, and click **Add Source**. |
| 13 | +3. On the next screen, give the Source a name configure any other settings. |
| 14 | + |
| 15 | + - The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but we recommend using something that reflects the source itself and distinguishes amongst your environments (eg. SourceName_Prod, SourceName_Staging, SourceName_Dev). |
| 16 | + |
| 17 | +4. Click **Add Source** to save your settings. |
| 18 | +5. Copy the Write key from the Segment UI. |
| 19 | +6. Go to [www.authvia.com/segment](https://www.authvia.com/segment) and enter your Authvia Client ID and Secret, along with your Write Key. You will also pick your region and choose which events you would like to subscribe to. If you do not have an Authvia Client ID and Secret, request access here [(https://authvia.atlassian.net/servicedesk/customer/portal/1/group/1/create/31)](https://authvia.atlassian.net/servicedesk/customer/portal/1/group/1/create/31 |
| 20 | + |
| 21 | +## Stream |
| 22 | + |
| 23 | +Authvia uses our stream Source component to send Segment event data. It uses a server-side (select from `track`, `identify`) method(s) to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL. |
| 24 | + |
| 25 | +The default behavior is for Authvia to pass the customer reference associated with the payer as the userId. |
| 26 | + |
| 27 | +## Events |
| 28 | + |
| 29 | +The table below lists events that Authvia sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Authvia includes the `userId`. |
| 30 | + |
| 31 | +| Event Name | Description | |
| 32 | +| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | |
| 33 | +| Actions Created | An action was created for a customer to complete. An Action could be a payment, signature, data collection and more. | |
| 34 | +| Actions Updated | A customer completed the action. An Action could be a payment, signature, data collection and more. | |
| 35 | +| Customer Created | A new customer was created in Authvia | |
| 36 | +| Customer Updated | An existing customer was updated | |
| 37 | +| Customer Deleted | An existing Customer was Deleted from Authvia | |
| 38 | +| Business Process Created | A new Business Process (Conversation) was created for a customer | |
| 39 | +| Business Process Updated | A customer has completed some, or all Actions in a business process. Alternatively, the Business Process was cancelled or it expired. | |
0 commit comments