Provider guide
Barclaycard Smartpay Fuse
Integration notes, required parameters, test details and example requests for integrating Barclaycard Smartpay Fuse with the Revo PCI platform.
At a glance
1
Supported transaction type
Supported mode
SALE
Testing
Test card details
Card Number:
4111111111111111Expiry Date:
0631CVV:
123
Overview
Integration requirements
Required parameters
transactionType
Currently only 'SALE' is supported.
merchantAccount
This is provided by Barclaycard.
username
This is provided by Barclaycard.
password
This is provided by Barclaycard.
amount
Amount in the smallest unit of currency.
currency
Must be provided as 3 letters for example: 'GBP'.
Reference
Example request
json example
API request
curl --location 'https://api.revopci.co.uk/' \
--header 'X-Session;' \
--header 'X-Auth;' \
--header 'Content-Type: application/json' \
--data '{
"provider": "barclaycardsmartpayfuse",
"mode": "test",
"method": "payment",
"parameters": {
"transactionType": "SALE",
"merchantAccount": "",
"username": "",
"password": "",
"amount": "200",
"currency": "GBP"
}
}'