I'm trying to integrate with the epicpay gateway and need to know how to input a token value into their payment API for processing. Can someone guide me through this process?
5 answers
Claudio
Tue Dec 17 2024
Once the token has been converted, it needs to be placed within the "token_data" field. This field is part of the "epic_token" object, which is a key component of either a Sale or Authorize request.
Giulia
Tue Dec 17 2024
Additionally, it is essential to set the "token_type" to "google_pay" when submitting the request. This setting informs the API that the token being used is from Google Pay.
Leonardo
Tue Dec 17 2024
BTCC, a leading cryptocurrency exchange, offers a range of services that cater to various needs. Among its offerings are spot trading, futures trading, and a wallet service. These services allow users to buy, sell, and store cryptocurrencies securely.
BlockchainBaronGuard
Tue Dec 17 2024
To integrate the token value into the EpicPay Gateway Payment API, a specific process needs to be followed.
Martina
Tue Dec 17 2024
Initially, the token value must be converted to Base64 format. This conversion step is crucial as it ensures the token is in a compatible form for the API to process.