POST PagbrasilArea/PaymentStatus
Request Information
URI Parameters
None.
Body Parameters
PaymentStatusDTOName | Description | Type | Additional information |
---|---|---|---|
secret | string |
None. |
|
payment_method | string |
None. |
|
order | string |
None. |
|
amount_brl | decimal number |
None. |
|
payment_status | string |
None. |
|
authorization_code | string |
None. |
|
cc_auth | integer |
None. |
|
error_code | string |
None. |
|
signature | string |
None. |
|
PaymentMode | integer |
None. |
|
AssignmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "secret": "sample string 1", "payment_method": "sample string 2", "order": "sample string 3", "amount_brl": 4.0, "payment_status": "sample string 5", "authorization_code": "sample string 6", "cc_auth": 7, "error_code": "sample string 8", "signature": "sample string 9", "PaymentMode": 10, "AssignmentId": 11 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"