At a Glance

1

Secure data API

POST /thr/thredd/cards/{publicToken}/encrypted

2

AES session key

Your client application generates a new AES-256 session key per request.

3

RSA wrap key

The AES session key is encrypted using the Payblr RSA-4096 Wrap Public Key.

4

Encrypted response

Payblr returns encrypted card data that your client decrypts using the original AES session key.