Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Request for xPay information

URL: https://secure1.sandbox.directpay.online/API/v6/


Variables to send:



Parameter
Data type
Description

Remark 
 Request TextverifyXpayMandatory
CompanyTokenTokenToken you got from 3G to operate this APIMandatory
XpayId
NumberxPay IDMandatoryAllocation ID- in create token response


Request example:

Code Block
languagexml
titleRequest example
<?xml version="1.0" encoding="utf-8"?>
<API3G>
  <CompanyToken>A3959B7F-37DA-44F2-9925-5992D725GK8A</CompanyToken>
  <Request>verifyXpay</Request>
  <XpayId>67834</XpayId>
</API3G>

...