Get a payment.

GET {{baseUrl}}/v4/payments/:uid

Gets a single payment by its uid.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"bankAccountLast4":"1234","bankAccountName":"The Bank","cardBrand":"visa","cardLast4":"4242","createdAt":"2015-01-23T23:50:07Z","fee":99,"interchangeFee":50,"settledAt":"2015-01-23T23:50:07Z","status":"refund_failed","uid":"00000000-0000-0000-0000-000000000000","updatedAt":"2015-01-23T23:50:07Z"},"metadata":{"url":"https://www.podium.com/"}}