Bank Transfer

Capture a bank transfer payment.

Capture

Call capture to generate or retrieve the bank account where the user will make this specific payment. No request parameters or body are required.

POST /payment-sessions/{payment_id}

capture response

{
    "data": {
        "auth_type": null,
        "expires_at": "2023-07-18T11:56:43.482556Z",
        "links": {},
        "message": "Waiting for payment resolution",
        "payment": {
            "amount": 1000,
            "cancellation_reason": null,
            "correlation_id": "26571e60-255d-11ee-b2a8-2ae94e9097ac",
            "currency": "NGN",
            "customer": {
                "billing_address": {
                    "city": "Ikeja",
                    "country": "NG",
                    "line1": "1, Church Street",
                    "line2": "235 Hello Drive",
                    "state": "Lagos State",
                    "zip_code": "23401"
                },
                "email": "michael@james.con",
                "first_name": "Enitan",
                "last_name": "Jeffery"
            },
            "date": "2023-07-18T11:20:50.050770Z",
            "description": "This is a live test",
            "id": "265710b4-255d-11ee-add2-2ae94e9097ac",
            "metadata": {
                "order": {
                    "identifier": "clh3w4y8z0000mp0osc3v1ny8",
                    "items": [
                        {
                            "name": "Macbook",
                            "type": "physical"
                        }
                    ]
                }
            },
            "mode": "live",
            "payment_method": {
                "account_name": "Enitan Jeffery",
                "account_number": "7650266816",
                "account_type": "savings",
                "bank_name": "Wema Bank",
                "id": "498c981d-b549-47c1-bb26-abc798b7f398",
                "type": "bank_account"
            },
            "reference": "clh3w4y8z0000mp0osc3v1ny7",
            "status": "pending"
        },
        "status": "pending"
    }

Last updated