POST /dispute/{id}/evidence
Servers
- https://api.paystack.co
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
Dispute ID |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
service_details |
String | Yes |
Details of service offered |
delivery_address |
String | No |
Delivery address |
delivery_date |
String | No |
ISO 8601 representation of delivery date (YYYY-MM-DD) |
customer_name |
String | Yes |
Customer name |
customer_phone |
String | Yes |
Customer mobile number |
customer_email |
String | Yes |
Customer email |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.