post https://sandbox-api.softpoint.io/interface/locations//transactions/authorize
This API endpoint is used to process an authorize transaction providing the full card information.
URL: {{gtw-dev}}/locations/{{location_id}}/authorize
Method: POST
| Header | Type | Required | Description |
| Authorization | String | Yes | Bearer {access_token} |
| Content-Type | String | Yes | application/json |
| Field | Type | Required | Description |
| user_id | String | Yes | User ID |
| currency_iso | String | No | Currency |
| country_iso | String | No | Country Code |
| phone_number | String | No | Phone Number |
| customer_name | String | No | Customer name |
| customer_email | String | No | Customer email |
| orderid | String | No | Order Id |
| reconciliation_id | String | No | Reconciliation identifier for transaction tracking |
| inv_number | String | No | Invoice number associated with the transaction |
| amount | Numeric | No | Amount |
| card_data | Object | Yes | Card data |
| billing_address | Object | No | Billing Address |
| order | Object | No | Order Details |
| Field | Type | Required | Description |
| card_type | String | Yes | Visa, Mastercard, Amex |
| token | String | When Card Number is not present | Card Token |
| pan | String | When Card token is not present | Card Number |
| sad | String | When Card token is not present | CVV |
| exp_month | String | When Card token is not present | Card Expiry Month |
| exp_year | String | When Card token is not present | Card Expiry Year |
| card_holder | String | | Card Holder Name |
| Field | Type | Required | Description |
| street | String | No | Street |
| street2 | String | No | Street 2 |
| zip | String | No | Zipcode |
| state | String | No | State |
| city | String | No | City |
| country_iso | String | No | Country |
| Field | Type | Required | Description |
| street | String | No | Street |
| street2 | String | No | Street 2 |
| zip | String | No | Zipcode |
| state | String | No | State |
| city | String | No | City |
| country_iso | String | No | Country |