added
Get `paymentInstrument` Information from our Payments Endpoint
6 months ago
You can now use the POST /v1/payments endpoint to get information about your paymentInstrument
. To get an enhanced payment response set include
to a value, for example, paymentInstrument
, and you will get an object, included
, in the response.
For more information, please look at both examples included in the POST /v1/payments endpoint:
- "Payment with Card Payment" request.
- "Successful Payment With Included PaymentInstrument" response.
You will only get the enhanced payment response if your Payment Instrument type is
CARD
,TOKENIZED
,APPLEPAY
orGOOGLEPAY
.