efun.id.api

<back to all web services

OnePayPaymentIpnUrlRequest

The following routes are available for this service:
GET/api/v1/onepay/payment-ipn-invoice
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class OnePayPaymentIpnUrlRequest
{
    open var vpc_MerchTxnRef:String? = null
    open var vpc_OrderInfo:String? = null
    open var vpc_CardNum:String? = null
}

open class OnePayLogResponse
{
    open var userName:String? = null
    open var orderId:String? = null
    open var price:Long? = null
    open var payCode:String? = null
    open var payMsg:String? = null
    open var payChannel:String? = null
    open var payDate:Date? = null
}

Kotlin OnePayPaymentIpnUrlRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/v1/onepay/payment-ipn-invoice HTTP/1.1 
Host: efun-id-api-sandbox.efun.vn 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"userName":"String","orderId":"String","price":0,"payCode":"String","payMsg":"String","payChannel":"String","payDate":"0001-01-01T00:00:00.0000000+07:06"}