Card Payments
getEncryptionKeys
Returns the public keys the merchant can use for encrypting the card details of the consumer before submitting these to our API.
post/v1/Payment/getEncryptionKeys/json
Request body
Response
Successful operation
Example response
{
"keys": [
{
"identifier": "68D761BBE5FF9593EDAE76143846D3D2ABA03143BDEA12761F5E50F7A8D19B8A",
"public_key": "68D761BBE5FF9593EDAE76143846D3D2ABA03143BDEA12761F5E50F7A8D19B8A",
"created_at": "68D761BBE5FF9593EDAE76143846D3D2ABA03143BDEA12761F5E50F7A8D19B8A",
"expires_at": "68D761BBE5FF9593EDAE76143846D3D2ABA03143BDEA12761F5E50F7A8D19B8A"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.