Skip to main content
PUT
/
payments
/
commands
/
complete
cURL
curl --request PUT \
  --url https://api.example.com/payments/commands/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "paymentId": "<string>"
}
'
{
  "id": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Body

application/json
id
string
required
paymentId
string
required

Response

200 - application/json

complete 200 response

id
string
required
status
string
required