Integrate the GlobalAlipay_App what is setSellerId

9 views
Skip to first unread message

Ya Cao

unread,
Jul 18, 2020, 3:02:16 AM7/18/20
to omnipay
Hello,

I am trying to integrate the GlobalAlipay_App. As listed in the example, it needs the sellerid, what's that? Is anyone knowing about it? Thanks!

        $this->gateway = Omnipay::create('GlobalAlipay_App');
        $this->gateway->setPartner('123456');
        $this->gateway->setSellerId('f...@example.com');
        $this->gateway->setPrivateKey(__DIR__ . '/Assets/private_key.pem');
        $this->gateway->setAlipayPublicKey(__DIR__ . '/Assets/alipay_public_key.pem');
        $this->gateway->setNotifyUrl('http://example.com/notify');

Nick Dunse

unread,
Jul 28, 2020, 6:48:03 AM7/28/20
to omnipay
It's the merchant id. You'll need an actual merchant account to do a proper test


On Saturday, 18 July 2020 08:02:16 UTC+1, Ya Cao wrote:
Hello,

I am trying to integrate the GlobalAlipay_App. As listed in the example, it needs the sellerid, what's that? Is anyone knowing about it? Thanks!

        $this->gateway = Omnipay::create('GlobalAlipay_App');
        $this->gateway->setPartner('123456');
        $this->gateway->setSellerId('fo...@example.com');
Reply all
Reply to author
Forward
0 new messages