Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.12 KB

File metadata and controls

13 lines (10 loc) · 1.12 KB

StkPushResponse

Properties

Name Type Description Notes
merchant_request_id str This is a global unique Identifier for any submitted payment request. [optional]
checkout_request_id str This is a global unique identifier of the processed checkout transaction request. [optional]
response_code int This is a numeric status code that indicates the status of the request. 0 means the request was successful. [optional]
response_description str Response description is an acknowledgment message from the API that gives the status of the request submission usually maps to a specific ResponseCode value. It can be a "Success" submission message or an error description. [optional]
customer_message str This is a message that your system can display to the customer as an acknowledgment of the payment request submission. [optional]

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