POST trade/paypal
Request Information
URI Parameters
None.
Body Parameters
PaypalVerifyViewModelName | Description | Type | Additional information |
---|---|---|---|
payment_id | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "payment_id": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataResponseOfObjectName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": {} }