GET api/v1/Payments?AccountCode={AccountCode}

Produces a token that must be used when completing Payment Request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccountCode

string

Required

Body Parameters

None.

Response Information

Resource Description

The token

PaymentToken
NameDescriptionTypeAdditional information
TokenFromServer

Use it to encrypt the card details.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "tokenFromServer": "sample string 1"
}