Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 941 Bytes

PaymentExecutionResponse.md

File metadata and controls

11 lines (8 loc) · 941 Bytes

# PaymentExecutionResponse

Properties

Name Type Description Notes
success_message string Technical message from the bank server, confirming the success of the request. Typically, you would not want to present this message to the user. Note that this field may not be set. However if it is not set, it does not necessarily mean that there was an error in processing the request.
warn_message string In some cases, a bank server may accept the requested order, but return a warn message. This message may be of technical nature, but could also be of interest to the user.
payment_id int Payment identifier. Can be used to retrieve the status of the payment (see 'Get payments' service).

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