POST PagbrasilArea/PaymentStatus

Request Information

URI Parameters

None.

Body Parameters

PaymentStatusDTO
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaymentStatusDTO'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"