Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NamePayments / Show
DescriptionShow details of a payment.
TypeGET
URL/v9/payments/:id

Long Description

Display details of a single payment.

Examples

RequestResponse
/v9/payments/14756 

 

 

{
   "avs_street_address_response":"",
   "type":"cash",
   "avs_postal_code_response":"",
   "url":"/payments/14756",
   "state":"canceled",
   "cvv_response":"",
   "avs_postal_code_response_code":"",
   "refunded_from_id":null,
   "performed_by":null,
   "payment_for_credit_memo_id":null,
   "credit_memo_id":null,
   "avs_street_address_response_code":"",
   "check_number":null,
   "updated_at":"2013-07-10T19:44:05Z",
   "created_at":"2013-07-10T19:44:05Z",
   "avs_response":"",
   "order_link_id":75162,
   "cvv_response_code":"",
   "avs_response_code":"",
   "amount":"72.0",
   "credit_card":null,
   "id":14756,
   "is_refund":false
}