v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBWeb POS
Fetch a Web POS payment
Fetch a Web POS payment.
Required scope: business/webpos:read
get/v1/webpos/{webpos_device_id}/payments/{payment_id}
Path parameters
webpos_device_idstring uuid required
payment_idstring uuid required
Response
Successful Response
Example response
{
"amount": {
"amount": 200,
"currency": "ZAR"
},
"client_reference": "af4a8c17-5720-4a8b-aab1-4619667eaa02",
"created_at": "2024-10-31T07:53:29.187Z",
"id": "9c07e0aa-327d-4d41-a8f0-f2136aa22ff8",
"metadata": {
"foo": "bar"
},
"payment_details": {
"authorization_id": "004681",
"card_details": {
"cardholder_verification_method": "online_pin",
"masked_pan": "441595******4874",
"pan_entry_mode": "contactless_icc",
"scheme": "visa"
},
"emv_application_info": {
"application_identifier": "A0000000031010",
"application_name": "VISA DEBIT"
},
"retrieval_reference_number": "061038691660"
},
"redirect_url": "https://cpw.yoco.com/redirect/payments/9c07e0aa-327d-4d41-a8f0-f2136aa22ff8",
"status": "successful",
"terminal": {
"model": "Neo Touch",
"serial_number": "52303251110"
},
"updated_at": "2024-10-31T07:55:12.984Z",
"webpos_device_id": "4cf28172-3bf5-48cd-8c55-e83e1a976992"
}