SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


Webcvs

Namespace: SBPaymentService.Api.Method

WEB コンビニ決済

public class Webcvs : SBPaymentService.Api.MethodBase

Inheritance ObjectApiClientMethodBaseWebcvs

Constructors

Webcvs(MerchantEnvironment)

public Webcvs(MerchantEnvironment env)

Parameters

env MerchantEnvironment

Methods

GetPaymentStatus(String, String, Boolean)

public PaymentStatusResponseData GetPaymentStatus(string tracking_id, string sps_transaction_id, bool encryption)

Parameters

tracking_id String

sps_transaction_id String

encryption Boolean

Returns

PaymentStatusResponseData

RequestPayment(String, String, String, Int32, String, Nullable<Int32>)

public void RequestPayment(string cust_code, string order_id, string item_id, int amount, string item_name, Nullable<Int32> tax)

Parameters

cust_code String

order_id String

item_id String

amount Int32

item_name String

tax Nullable<Int32>

RequestPayment(RequestPaymentRequestData)

public RequestPaymentResponseData RequestPayment(RequestPaymentRequestData request)

Parameters

request RequestPaymentRequestData

Returns

RequestPaymentResponseData

RequestPayment()

public void RequestPayment()

< クラス一覧