Skip to main content
POST
Accept Or Reject Chargeback

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

Body

application/json
action
enum<string>
required

The action to be performed on the chargeback..

Available options:
accept,
reject
Example:

"accept"

chargeback_fk
integer
required

The unique identifier of the chargeback. This can be retrieved in the Chargeback request API response..

Example:

39

evidence_url
string<uri> | null
required

The evidence URL. This link must be accessible.

Example:

"https://evidence.url"

comment
string | null

A brief note on your chargeback action.

Example:

"Test"

Response

Accept Or Reject Chrageback Response

The response is of type any.