Skip to main content
GET
/
payment
/
resolve
Resolve overpaid Transaction
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/payment/resolve
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getpartna.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

id
string
required

The ID of the unresolved transaction

option
enum<string>
required

This is the way you want the transaction to be completed. Either refundExcess or PayAll option

Available options:
refundexcess,
payall

Response

200 - application/json

Success

success
boolean
message
string