Skip to main content
POST
/
api
/
pay
/
{code}
/
settle
Settle a pay link payment
curl --request POST \
  --url https://mag3nt.com/api/pay/{code}/settle \
  --header 'Content-Type: application/json' \
  --data '
{
  "protocol": "<string>",
  "payer_card_id": "<string>",
  "payer_card_token": "<string>"
}
'
{
  "success": true,
  "transaction_id": "<string>"
}

Documentation Index

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

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

Path Parameters

code
string
required

Body

application/json
protocol
string
payer_card_id
string
payer_card_token
string

Response

200 - application/json

Settlement processed

success
boolean
transaction_id
string