POST v1/payment/success
Request Information
URI Parameters
None.
Body Parameters
PaymentSuccessRequestModelName | Description | Type | Additional information |
---|---|---|---|
ConversationId | string |
Required |
Request Format
application/json, text/json
Sample:
{ "ConversationId": "sample string 1" }
Response Information
Resource Description
BaseMetaResultModelOfPaymentResultModelName | Description | Type | Additional information |
---|---|---|---|
response | PaymentResultModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "IsSuccess": true, "ErrorCode": "sample string 2", "Message": "sample string 3", "_3DUrl": "sample string 4", "HtmlContent": "sample string 5", "ConversationId": "sample string 6" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }