Secure Payments API VersaPay Processor
General
This article covers creating a VersaPay payment processor. You may also be interested in:
Processing a Payment Through VersaPay
POST processors/versa
Create a VersaPay processor:
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'authorization: YOUR AUTHORIZATION' --header 'secret: YOUR SECRET' -d '{ \
"versa": { \
"name": "Sample", \
"auto_reversal": true, \
"bypass": true, \
"demo_mode": true, \
"key": "YOUR VERSAPAY KEY", \
"token": "YOUR VERSAPAY TOKEN" \
} \
}' 'https://pciwallet.simnang.com/api/processors/versa'