What is this?
A direct (host-to-host) card charge where the Merchant collects card data in its own UI, encrypts it with a key from PlexyPay, and creates a payment viaPOST /v1/payments/direct. 3-D Secure may be required by the Bank/ACS.
GET /v1/keys; encrypt card data client-side.Idempotency-Key header for every charge attempt.GET https://api.plexypay.com/v1/keys, and then send encrypted values in your POST /v1/payments/direct request payload./v1/keysPOST /v1/payments/direct with encrypted fields, amount, currency, and your order reference.