Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_payments
NamePayments / Show
DescriptionShow details of a paymentspecific Payment.
TypeGET
URL/v9/payments/:idpayment_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

ruby "avs_street_address_response "typecash url/payments/14756 statecanceled cvv postalcode refundedfrom_id performed_by":null, payment_for_memo_id avs_street_address_code checknumbernull updated_at":"2013-07-10T19:44:05Z", createdat"2013-07-10T19:44:05Z", avsresponse"" order_link75162 cvvresponse_code"" avsresponsecode"" amount72.0:nullid":14756is_refund":false }
RequestResponse
/v9/payments/14756 

 

 

504536
Code Block
themeConfluence
language
js
{
  
"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"
}