Payments / Show

NamePayments / Show
DescriptionShow details of a specific Payment.
TypeGET
URL/v9/payments/:payment_id
Credential TypeAPI|User

Long Description

Display details of a single payment.

Parameters

Name
Description
Type
Presence
Location
payment_idThe ID of the specific PaymentIntegerRequiredURI

Examples

RequestResponse
/v9/payments/504536
{
  "amount": "299.0",
  "avs_postal_code_response": "",
  "avs_postal_code_response_code": "",
  "avs_response": "",
  "avs_response_code": "",
  "avs_street_address_response": "",
  "avs_street_address_response_code": "",
  "check_number": null,
  "created_at": "2014-08-04T19:11:33Z",
  "credit_card": null,
  "credit_memo_id": null,
  "cvv_response": "",
  "cvv_response_code": "",
  "id": 504536,
  "is_refund": false,
  "order_link_id": 649766,
  "payment_for_credit_memo_id": null,
  "performed_by": null,
  "refunded_from_id": null,
  "state": "captured",
  "type": "credit_card",
  "updated_at": "2014-08-04T19:11:33Z",
  "url": "/payments/504536"
}