GET api/v1/Payments?AccountCode={AccountCode}
Produces a token that must be used when completing Payment Request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AccountCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
The token
PaymentTokenName | Description | Type | Additional information |
---|---|---|---|
TokenFromServer |
Use it to encrypt the card details. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "tokenFromServer": "sample string 1" }