...
Expand | ||
---|---|---|
| ||
To submit Level II transaction data using the Create Payments page:
Click Process Payment to complete the submission. |
Expand | ||
---|---|---|
| ||
To submit Level III transaction data using the Create Payments page:
Click Process Payment to complete the submission. |
API
...
Non-Profit and Governmental entities that qualify for a tax exempt status can apply this setting to their platform entity. This provides the proper mapping for Level II data submission when tax amounts are set to 0%.
To apply tax exempt status to non-profit entity groups from the Groups page:
Click Save to complete the Merchant enrollment in the Tax Exempt Group. |
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
To submit Level II III transaction data using the
| |||||||
Required Parameters | Type | Description | Valid Values / Format |
| string | The identifier of the Merchant associated with this Transaction. |
| object | The payment method associated with this Transaction, including the card details. |
| number | For credit payment method, the card number of the credit card associated with this Transaction. |
| integer | The Card Verification Value (CVV) number of the credit card associated with this Transaction. | This field is expressed as a 3-digit integer. | ||||
| number | The expiration date of the credit card associated with this Transaction. | This field is stored as a text string in 'MMYY' format, where 'MM' is the number of a month and 'YY' is the last two digits of a year. For example, '0623' for June 2023. | ||||
| integer | The type of Transaction. |
| ||||
| number | The total amount of this Transaction. | This field is specified as an integer in cents. |
| integer | The amount of the total sum of this Transaction that is made up of tax. | This field is specified as an integer in cents.
Info |
---|
Note: Each additional item must have the all fields above for Level 3 Transaction Processing |
Click Process Payment to complete the submission.
...
API
The Payrix API provides a straightforward method of submitting Level II and Level III data values alongside transactions. Read the information below to learn more.
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
To submit Level II transaction data using the
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
Non-Profit and Governmental entities that qualify for a tax exempt status can apply this setting to their platform entity. This provides the proper mapping for Level II data submission when tax amounts are set to 0%.
To apply tax exempt status to non-profit entity groups using the
Your successful response should look like the following:
Note: All other non-applicable response parameters above are set with their default values. Visit our API Documentation to read more about the other available response fields' descriptions. See the descriptions below for the applicable response parameters.
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
To submit Level III transaction data using the
Note: Descriptions for Level II data shown here are available in the Submit Level II data using the Payrix API section above.
|
...