Binance Pay

Capture a Binancepay payment.

Capture

POST /payment-sessions/{payment_id}

Response

{
    "data": {
        "auth_type": null,
        "expires_at": "2024-04-09T01:11:30.239705Z",
        "links": {
            "checkout_url": "https://pay.binance.com/en/checkout/4d77d0ec555b4f608b268c122e8b6996",
            "deeplink": "bnc://app.binance.com/payment/secpay?tempToken=zMHCDA6mqNhTr2UW30K0eqimz3mvG1Lz",
            "payment_url": "https://app.binance.com/payment/secpay?linkToken=4d77d0ec555b4f608b268c122e8b6996&_dp=Ym5jOi8vYXBwLmJpbmFuY2UuY29tL3BheW1lbnQvc2VjcGF5P3RlbXBUb2tlbj16TUhDREE2bXFOaFRyMlVXMzBLMGVxaW16M212RzFMeg",
            "qr_url": "https://public.bnbstatic.com/static/payment/20240408/1dc47f7c-84d7-46ce-b5e5-632414d65e3d.jpg"
        },
        "message": "Waiting for payment",
        "payment": {
            "amount": 100,
            "cancellation_reason": null,
            "correlation_id": "83a68c5a-f5a9-11ee-a91f-feb7e1bada9f",
            "currency": "USD",
            "customer": {
                "billing_address": {
                    "city": "Awolowo Road",
                    "country": "NG",
                    "line1": "Opposite Sasa Estate",
                    "line2": "null",
                    "state": "Kwara",
                    "zip_code": "23401"
                },
                "email": "asajuenitan@gmail.com",
                "first_name": "Enitan",
                "id": "d05e51df-809e-498a-ac3f-7acfc0b5d35d",
                "last_name": "Michael",
                "phone_number": "+2348036120313"
            },
            "date": "2024-04-08T13:11:30.207263Z",
            "description": "Deposit",
            "id": "83a6783c-f5a9-11ee-8831-feb7e1bada9f",
            "metadata": {
                "order": {
                    "identifier": "juice-deposit-3ed8b1ed-89b3-45a3-9eb4-db10300df6bd",
                    "items": [
                        {
                            "name": "Deposit",
                            "type": "digital"
                        }
                    ]
                }
            },
            "mode": "live",
            "payment_method": null,
            "reference": "ref-juice-360e19cc-07ee-4d36-99e3-1744fb45de93",
            "status": "pending"
        },
        "status": "pending"
    }
}

Last updated