Retrieve payment intent

Use this method to retrieve a payment intent, including who is paying for the terminal order and how they are paying for the terminal order. Include the paymentIntentId that we sent you when you created the terminal order.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

paymentIntentIdstringRequired
Unique identifier that we assigned to the payment intent.

Response

Successful request. Returns the payment intent.
purchaseobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error