Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 909 Bytes

File metadata and controls

13 lines (9 loc) · 909 Bytes

POSTDecryptResponseType

Properties

Name Type Description Notes
decrypted_signature str The string of a list of the following items: Payment Pages 2.0 URL, tenant ID, timestamp,the Payment Page ID The items are separated by '#', e.g., "/apps/publichostedpagelite.do#12271#rvBp1AxBJwk6FrT7aqFuABIINiRbwJCc #1418848373103#2c92c0f948f899" [optional]
public_key str The public key passed in as a request parameter. [optional]
signature str The signature passed in as a request parameter. [optional]
success bool Returns `true` if the request was processed successfully. [optional]

[Back to Model list] [Back to API list] [Back to README]