Payment links

curl -X 'POST' \
'https://pos-api.sandbox.vibrant.app/pos/v1/payment_link' \
-H 'accept: application/json' \
-H 'apikey: vibrant_pos.YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"amount": 2000,
"continueUrl": "Continue URL to redirect to after payment",
"metadata": {
"correlationId": "internal_order_id"
}
}'Track the payment status
Refund
Partial refunds
Cancel link
Terminal payments vs online payments
Last updated