Description
The verifyToken request can be initiated at any time, and it is mandatory to verify the token when the customer will return to the application, not verifying the token within 30 minutes of transaction completed of payment, will generate an alert e-mail to the provider announcing that there was no verification process.
...
Parameter | Data type | Description | |
CompanyToken | Token | Token you got from 3G to operate this API | Mandatory |
Request | Text | verifyToken | Mandatory |
TransactionToken | Token | Transaction token as accepted from the URL redirected. | Mandatory/Optional |
VeirfyTransaction | Number (0 or 1) | Default: True Send 1 to verify, 0 if you don't need. | Optional |
CompanyRef | Text | Company reference number. (Optional if TransactionToken) | Mandatory/Optional |
ACCref | Text | Internal accounting reference number. | Optional |
customerPhone | Text | Customer phone number can be updated. customerPhonePrefix is mandatory when sending this field | Optional |
customerPhonePrefix | Number | Customer phone prefix (without +), mandatory if customerPhone sent | Optional |
customerEmail | Text | Customer E-mail address can be updated | Optional |
...