DISPUTES

Request

POST https://bovatech.cc/v1/p2p_disputes/from_client

JSON Request Params

Name
Type
Description

transaction_id*

string

Transaction ID on the BOVA side

p2p_dispute[amount]*

integer

Actual amount from the receipt – the amount that should have been credited to the recipient's card2card (excluding commission)

p2p_dispute[proof_image]*

file

JPG, PNG, JPEG, PDF

p2p_dispute[proof_image2]

file

JPG, PNG, JPEG, PDF Optional file. If the client made the payment in two separate transactions (e.g., 1000 and 70), attach both receipts and specify the actual total amount of both receipts in the amount field.

Headers

Name
Type
Description

Content-Type

string

multipart/form-data

Example Request:

curl --location 'https://bovatech.cc/v1/p2p_disputes/from_client' \
--form 'transaction_id="db42949bc938cff189c8166a579b1965631d393e"' \
--form 'p2p_dispute[amount]="1005"' \
--form 'p2p_dispute[proof_image]=@"/path/to/file"'

Example Response:

Last updated