2013-10-03 5 views

답변

0

REST 해당 옵션이없는 현재 API를, 유일한 추가 비용은 배송 다른입니다 세금보다.

거래 금액 세부 정보 (소계, 세금, 배송)가 총 합계입니다.

"transactions":[ 
    { 
     "amount":{ 
     "total":"7.47", 
     "currency":"USD", 
     "details":{ 
      "subtotal":"7.41", 
      "tax":"0.03", 
      "shipping":"0.03" 
     } 
     }, 
     "description":"This is the payment transaction description." 
    } 
    ] 

기존 API에는 처리비 옵션이 있으므로 향후이 기능을 REST에 추가 할 수 있습니다.