SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method
WEB コンビニ決済
public class Webcvs : SBPaymentService.Api.MethodBase
Inheritance Object → ApiClient → MethodBase → Webcvs
public Webcvs(MerchantEnvironment env)
public PaymentStatusResponseData GetPaymentStatus(string tracking_id, string sps_transaction_id, bool encryption)
tracking_id
String
sps_transaction_id
String
encryption
Boolean
public void RequestPayment(string cust_code, string order_id, string item_id, int amount, string item_name, Nullable<Int32> tax)
cust_code
String
order_id
String
item_id
String
amount
Int32
item_name
String
tax
Nullable<Int32>
public RequestPaymentResponseData RequestPayment(RequestPaymentRequestData request)
request
RequestPaymentRequestData
public void RequestPayment()