Payment Requests

The Payment requests API allows you to initiate payment requests for your customers in your Asyncpay business

Initiate Payment Request

post

This endpoint is used to initiate a payment request. A payment request is an object that initiates and stores the entire lifecycle of a payment for a customer. A payment request can be initiated for checkout, for saving a payment method, or for initiating/subscribing a customer to a subscription plan.

The endpoint accepts different fields depending on the use case for initiating the payment request.

  1. The save_payment_method boolean flag can be used to tell Asyncpay to save a payment method. This saved payment method can be found later in the /v1/customers/{CustomerUUID}/payment-methods endpoint. You can then later make a request to charge the customer's payment method.

  2. The subscription_plan_uuid tells Asyncpay that this payment request is intended for subscribing a customer to a subscription plan. When a payment request is initiated in this mode, the checkout process goes as usual, but at the end, Asyncpay would automatically save the customer's payment method and subscribe the customer to the provided plan, and subsequently charge the customer with that payment method for the plan at the next subscription billing cycle.

  3. The success_redirect_url and the failure_redirect_url redirect the customer at the end of a payment request to a specified endpoint. This can be used to take the customer back to your application or to trigger processes that grant the customer value after a successful payment.

Authorizations
Body
customer_uuidstring | nullOptional

The UUID of the customer that is initiating this payment request. This field is required if customer_email and customerfields are absent.

customer_emailstring | nullOptional

The email of the customer that is intiating this payment request. This field is required if customer_email and customerfields are absent.

amountany ofOptional

The amount of the payment request. This field is required except a subscription_plan_uuid is proviided since the subscription plan will determine the subscription.

stringOptional
or
numberOptional
or
nullOptional
referencestring | nullOptional

Your unique reference of this payment request.

currencystring | nullOptional

The currency of the payment. It must be a three character currency code matching the ISO 4217 standard for currencies

descriptionstring | nullOptional

A description of the payment request. This field is only required if subscription_plan_uuid is not provided

payment_channelstring | nullOptional

The slug of the payment channel that Asyncpay should route this payment through.

success_redirect_urlstring | nullOptional

A URL to redirect the customer to after a successful payment

failure_redirect_urlstring | nullOptional

A URL to redirect the customer to after a cancelled payment

subscription_plan_uuidstring | nullOptional

The UUID of a subscription plan. This field should be provided if this payment request is initiated with the intent of subscribing the customer to a plan

save_payment_methodboolean | nullOptional

A boolean flag that tells Asyncpay whether or not to save the payment method the user uses to make this payment.

is_trialboolean | nullOptional

A booelan flag that tells Asyncpay that you are subscribing the user to a plan in trial mode. In this mode, Asyncpay would charge the lowest possible fee that the payment channel supports for the first billing cycle, after which it would charge the regular subscription fee.

meta_dataobject | nullOptional

An arbitrary object to store additional data for the payment request

Responses
201Success
application/json
post
POST /v1/payment-requests/ HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 119

{
  "customer_uuid": "53145bb4-b778-11ef-8d1a-621bbad79fdf",
  "amount": 100,
  "currency": "NGN",
  "description": "Testing payments"
}
{
  "message": "Payment request initiated successfully",
  "status": "success",
  "data": {
    "payment_request": {
      "uuid": "eric-6f35b09d-2e14-11f0-ac87-92433b0171f7",
      "ref": "AsP-3307201391424",
      "intent": "make_payment",
      "env_mode": "test",
      "payment_method": "Unknown",
      "currency": "NGN",
      "amount": "100",
      "amount_to_usd": "0.0622",
      "description": "Testing payments",
      "meta_data": null,
      "discount": null,
      "cancel_redirect_url": null,
      "status": "open",
      "created_at": "2025-05-11T03:02:54.000000Z",
      "updated_at": "2025-05-11T03:02:55.000000Z",
      "deleted_at": null,
      "last_transaction": {
        "uuid": "cca1b06c-160c-4213-a830-701e48621bc3",
        "ref": "AsT-526e2594f0124",
        "mode": "redirect",
        "env_mode": "test",
        "payment_channel_slug": "paystack",
        "payment_method": "Unknown",
        "currency": "NGN",
        "amount": "100",
        "amount_to_usd": "0.0622",
        "description": "Testing payments",
        "status": "pending",
        "created_at": "2025-05-11T03:02:55.000000Z",
        "updated_at": "2025-05-11T03:02:55.000000Z",
        "deleted_at": null,
        "business_payment_channel": {
          "is_enabled": 1,
          "payment_channel_slug": "paystack",
          "is_default": 1,
          "created_at": "2025-05-10T20:35:33.000000Z",
          "updated_at": "2025-05-10T20:35:33.000000Z",
          "webhook_url": "https://api.asyncpay.io/v1/system/hooks/oG-siTgJ/paystack",
          "payment_channel": {
            "slug": "paystack",
            "display_name": "Paystack",
            "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
            "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
            "theme_color": "#66B5FF"
          },
          "business": {
            "business_id": "4e4d11fe-aa13-4605-8343-925558b459d1",
            "name": "New Test Business",
            "env_mode": "test",
            "business_category": null,
            "base_currency": "NGN",
            "logo": null,
            "webhook_url": null,
            "default_redirect_url": null,
            "enabled_webhooks": 0,
            "send_subscription_mails": 1,
            "deleted_at": null,
            "created_at": "2025-05-10T20:30:01.000000Z",
            "updated_at": "2025-05-10T20:30:01.000000Z"
          }
        }
      },
      "payment_channel": {
        "slug": "paystack",
        "display_name": "Paystack",
        "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
        "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
        "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
        "theme_color": "#66B5FF"
      },
      "customer": {
        "customer_id": "NEW-471934418",
        "uuid": "5f32381b-2dde-11f0-ac87-92433b0171f7",
        "env_mode": "test",
        "first_name": "Roronoa",
        "last_name": "Zoro",
        "name": null,
        "external_customer_ids": null,
        "email": "[email protected]",
        "phone_code": "+234",
        "phone_number": "8123456789",
        "address_line_1": "The Going Merry",
        "address_line_2": "The Thousand Sunny",
        "city": "Lagos",
        "state": "Lagos",
        "zip": "101233",
        "country": "Nigeria",
        "meta_data": {
          "uid": "84734",
          "status": "Dignified"
        },
        "deleted_at": null,
        "created_at": "2025-05-10T20:35:55.000000Z",
        "updated_at": "2025-05-10T20:35:55.000000Z",
        "full_name": "Roronoa Zoro"
      }
    },
    "action": "https://checkout.paystack.com/t94od31jtq49q34"
  }
}

Relay Payment

post

This endpoint is responsible for routing payment requests to designated payment providers. If a payment channel is specified during initialization, the request is automatically relayed to the designated provider. Additionally, a payment request can be rerouted to a different provider as long as its status is either new or open.

Once the payment is in one of these statuses, it can be relayed to a new provider, even if it was previously routed to a different one. Rerouting a payment invalidates any prior transactions with previous payment providers. To relay a payment, you simply need the reference of the payment request and the desired payment channel.

Authorizations
Body
payment_request_refstringRequired

The UUID or reference of the payment request you want to relay

payment_channelstringRequired

The slug of the new payment channel you want to route this payment request through

Responses
201Success
application/json
post
POST /v1/payment-requests/relay HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 70

{
  "payment_request_ref": "AsP-e72e6e3659d46",
  "payment_channel": "stripe"
}
201Success
{
  "message": "Payment request relayed successfully",
  "status": "success",
  "data": {
    "payment_request": {
      "uuid": "eric-5b5eaf48-3797-11f0-ac87-92433b0171f7",
      "ref": "AsP-10060cf76d858",
      "intent": "make_payment",
      "env_mode": "test",
      "payment_method": "Unknown",
      "currency": "NGN",
      "amount": "100",
      "amount_to_usd": "0.0629",
      "description": "Testing payments",
      "meta_data": null,
      "discount": null,
      "cancel_redirect_url": null,
      "status": "open",
      "created_at": "2025-05-23T05:32:46.000000Z",
      "updated_at": "2025-05-23T05:32:46.000000Z",
      "deleted_at": null,
      "last_transaction": {
        "uuid": "4e399dad-3720-49a3-a967-fe03a943a592",
        "ref": "AsT-1933497854434",
        "mode": "redirect",
        "env_mode": "test",
        "payment_channel_slug": "flutterwave",
        "payment_method": "Unknown",
        "currency": "NGN",
        "amount": "100",
        "amount_to_usd": "0.0629",
        "description": "Testing payments",
        "status": "pending",
        "created_at": "2025-05-23T05:33:12.000000Z",
        "updated_at": "2025-05-23T05:33:12.000000Z",
        "deleted_at": null,
        "business_payment_channel": {
          "is_enabled": 1,
          "payment_channel_slug": "flutterwave",
          "is_default": 0,
          "created_at": "2024-05-16T05:47:39.000000Z",
          "updated_at": "2024-05-16T05:47:39.000000Z",
          "webhook_url": "https://api.asyncpay.io/v1/system/hooks/dst8sFJQ/flutterwave",
          "payment_channel": {
            "slug": "flutterwave",
            "display_name": "Flutterwave",
            "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
            "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
            "theme_color": "#FFC366"
          },
          "business": {
            "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
            "name": "Test Business",
            "env_mode": "test",
            "business_category": null,
            "base_currency": "NGN",
            "logo": null,
            "webhook_url": null,
            "default_redirect_url": null,
            "enabled_webhooks": 0,
            "send_subscription_mails": 1,
            "deleted_at": null,
            "created_at": "2024-05-07T00:09:32.000000Z",
            "updated_at": "2024-05-07T00:09:32.000000Z"
          }
        }
      },
      "payment_channel": {
        "slug": "flutterwave",
        "display_name": "Flutterwave",
        "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
        "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
        "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
        "theme_color": "#FFC366"
      },
      "timeline_records": [
        {
          "uuid": "5b600836-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Payment initiated",
          "status": null,
          "created_at": "2025-05-23T05:32:46.000000Z",
          "updated_at": "2025-05-23T05:32:46.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "5bd5754a-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay relayed payment to Paystack",
          "status": null,
          "created_at": "2025-05-23T05:32:46.000000Z",
          "updated_at": "2025-05-23T05:32:46.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "6aa94772-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay voided payment request with Paystack",
          "status": null,
          "created_at": "2025-05-23T05:33:11.000000Z",
          "updated_at": "2025-05-23T05:33:11.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "6b126c10-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay relayed payment to Flutterwave",
          "status": null,
          "created_at": "2025-05-23T05:33:12.000000Z",
          "updated_at": "2025-05-23T05:33:12.000000Z",
          "deleted_at": null
        }
      ],
      "customer": {
        "customer_id": "LIV-d7a69f411",
        "uuid": "a588dcc2-2db4-11f0-ac87-92433b0171f7",
        "env_mode": "live",
        "first_name": null,
        "last_name": null,
        "name": "Monkey D. Luffy",
        "external_customer_ids": null,
        "email": "[email protected]",
        "phone_code": "+234",
        "phone_number": "8242598707",
        "address_line_1": "The Going Merry",
        "address_line_2": "The Thousand Sunny",
        "city": "Lagos",
        "state": "Lagos",
        "zip": "101233",
        "country": "Nigeria",
        "meta_data": null,
        "deleted_at": null,
        "created_at": "2025-05-10T15:37:14.000000Z",
        "updated_at": "2025-05-10T15:37:14.000000Z",
        "full_name": "Monkey D. Luffy"
      }
    },
    "action": "https://checkout-v2.dev-flutterwave.com/v3/hosted/pay/3a9650bfbcfe8ec5ce2e"
  }
}

Save Payment Method

post

This endpoint is used to save a customer's payment method.

This endpoint initiates a payment request and a checkout process with the sole intent of capturing and saving the customer's payment method; as such, it doesn't require an amount field.

This endpoint automatically charges the smallest fee the underlying payment channel requires to tokenize and save a reusable payment instrument, such as a card.

Authorizations
Body
customer_uuidstring | nullOptional

The UUID of the customer that is initiating this payment request. This field is required if customer_email and customerfields are absent.

customer_emailstring | nullOptional

The email of the customer that is intiating this payment request. This field is required if customer_email and customerfields are absent.

referencestring | nullOptional

Your unique reference of this payment request.

payment_channelstring | nullOptional

The slug of the payment channel that Asyncpay should route this payment through.

success_redirect_urlstring | nullOptional

A URL to redirect the customer to after a successful payment

failure_redirect_urlstring | nullOptional

A URL to redirect the customer to after a cancelled payment

Responses
201Success
application/json
post
POST /v1/payment-requests/save-payment-method HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 56

{
  "customer_uuid": "953fb557-2da9-11f0-ac87-92433b0171f7"
}
201Success
{
  "message": "Payment request initiated successfully",
  "status": "success",
  "data": {
    "payment_request": {
      "uuid": "eric-c18d296f-3790-11f0-ac87-92433b0171f7",
      "ref": "AsP-fa22975376237",
      "intent": "save_payment_method",
      "env_mode": "live",
      "payment_method": "Unknown",
      "currency": "NGN",
      "amount": "100",
      "amount_to_usd": "0.0629",
      "description": "Save new payment method",
      "meta_data": null,
      "discount": null,
      "cancel_redirect_url": null,
      "status": "open",
      "created_at": "2025-05-23T04:45:31.000000Z",
      "updated_at": "2025-05-23T04:45:31.000000Z",
      "deleted_at": null,
      "last_transaction": {
        "uuid": "bcd2618c-e899-48be-9b87-9065f50ba51b",
        "ref": "AsT-69923697fd78f",
        "mode": "redirect",
        "env_mode": "live",
        "payment_channel_slug": "paystack",
        "payment_method": "Unknown",
        "currency": "NGN",
        "amount": "100",
        "amount_to_usd": "0.0629",
        "description": "Save new payment method",
        "status": "pending",
        "created_at": "2025-05-23T04:45:31.000000Z",
        "updated_at": "2025-05-23T04:45:31.000000Z",
        "deleted_at": null,
        "business_payment_channel": {
          "is_enabled": 1,
          "payment_channel_slug": "paystack",
          "is_default": 1,
          "created_at": "2024-12-11T04:27:43.000000Z",
          "updated_at": "2024-12-11T04:27:43.000000Z",
          "webhook_url": "https://api.asyncpay.io/v1/system/hooks/i_FPCY-c/paystack",
          "payment_channel": {
            "slug": "paystack",
            "display_name": "Paystack",
            "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
            "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
            "theme_color": "#66B5FF"
          },
          "business": {
            "business_id": "faa21200-1f36-45b3-b5e8-6adaccf5d7d6",
            "name": "Live Paystack",
            "env_mode": "live",
            "business_category": null,
            "base_currency": "NGN",
            "logo": null,
            "webhook_url": "https://webhook.site/73731d7f-b92c-423c-8393-89ebe77e02c0",
            "default_redirect_url": null,
            "enabled_webhooks": 1,
            "send_subscription_mails": 1,
            "deleted_at": null,
            "created_at": "2024-12-11T04:21:38.000000Z",
            "updated_at": "2024-12-16T10:03:17.000000Z"
          }
        }
      },
      "payment_channel": {
        "slug": "paystack",
        "display_name": "Paystack",
        "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
        "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
        "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
        "theme_color": "#66B5FF"
      },
      "customer": {
        "customer_id": "LIV-531018855",
        "uuid": "953fb557-2da9-11f0-ac87-92433b0171f7",
        "env_mode": "live",
        "first_name": "Roronoa",
        "last_name": "Zoro",
        "name": null,
        "external_customer_ids": null,
        "email": "[email protected]",
        "phone_code": "+234",
        "phone_number": "8246578707",
        "address_line_1": "The Going Merry",
        "address_line_2": "The Thousand Sunny",
        "city": "Lagos",
        "state": "Lagos",
        "zip": "101233",
        "country": "Nigeria",
        "meta_data": {
          "uid": "84734",
          "status": "Dignified"
        },
        "deleted_at": null,
        "created_at": "2025-05-10T14:18:02.000000Z",
        "updated_at": "2025-05-10T14:18:02.000000Z",
        "full_name": "Roronoa Zoro"
      },
      "business": {
        "business_id": "faa21200-1f36-45b3-b5e8-6adaccf5d7d6",
        "name": "Live Paystack",
        "env_mode": "live",
        "business_category": null,
        "base_currency": "NGN",
        "logo": null,
        "webhook_url": "https://webhook.site/73731d7f-b92c-423c-8393-89ebe77e02c0",
        "default_redirect_url": null,
        "enabled_webhooks": 1,
        "send_subscription_mails": 1,
        "deleted_at": null,
        "created_at": "2024-12-11T04:21:38.000000Z",
        "updated_at": "2024-12-16T10:03:17.000000Z"
      }
    },
    "action": "https://checkout.paystack.com/e0p7hci73ehxwh2"
  }
}

Charge Payment Method

post

This endpoint is used to make a charge to a customer's saved payment method.

It expects many of the same parameters you attach to the /v1/payment-requests/ to create a new payment request.

The major difference between this endpoint and the /v1/payment-requests/ is that this endpoint does an immediate charge on the payment method you provide, and expects that a payment method has been saved on the system, while the other endpoint gives your users an interface to specify their payment method to carry out the transaction.

Behind the scenes, both endpoints still initiate a payment request and process it in the same way.

N.B. This endpoint does not feature a payment_channel field, because payment methods would be tokenized with a specific payment channel, for instance, if you saved a card with Paystack, you can't use Stripe to process that same payment method. You'll have to create a new payment method with that payment channel for now.

Authorizations
Body
customer_uuidstring | nullOptional

The UUID of the customer that is initiating this payment request. This field is required if customer_email is absent.

customer_emailstring | nullOptional

The email of the customer that is intiating this payment request. This field is required if customer_email is absent.

payment_method_uuidstringRequired

The UUId of the payment method you want to charge

amountany ofOptional

The amount of the payment request. This field is required except a subscription_plan_uuid is proviided since the subscription plan will determine the subscription.

stringOptional
or
numberOptional
or
nullOptional
referencestring | nullOptional

Your unique reference of this payment request.

currencystring | nullOptional

The currency of the payment. It must be a three character currency code matching the ISO 4217 standard for currencies

descriptionstring | nullOptional

A description of the payment request. This field is only required if subscription_plan_uuid is not provided

subscription_plan_uuidstring | nullOptional

The UUID of a subscription plan. This field should be provided if this payment request is initiated with the intent of subscribing the customer to a plan

is_trialboolean | nullOptional

A booelan flag that tells Asyncpay that you are subscribing the user to a plan in trial mode. In this mode, Asyncpay would charge the lowest possible fee that the payment channel supports for the first billing cycle, after which it would charge the regular subscription fee.

meta_dataobject | nullOptional

An arbitrary object to store additional data for the payment request

Responses
201Success
application/json
post
POST /v1/payment-requests/charge-payment-method HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 149

{
  "customer_uuid": "e524cdf5-e026-11ef-9cda-0242ac120006",
  "payment_method_uuid": "1f5ae2f2-e027-11ef-9cda-0242ac120006",
  "amount": "100",
  "currency": "NGN"
}
201Success
{
  "message": "Payment method charged successfully",
  "status": "success"
}

Fetch Payment Request by Reference

get

This endpoint fetches a single payment request using the payment request reference or UUID.

Authorizations
Path parameters
PaymentRequestRefstringRequired

The UUID or reference of the payment request you want to fetch

Responses
200Success
application/json
get
GET /v1/payment-requests/retrieve-by-ref/{PaymentRequestRef} HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Accept: */*
200Success
{
  "message": "Payment request retrieved successfully",
  "status": "success",
  "data": {
    "payment_request": {
      "uuid": "eric-5b5eaf48-3797-11f0-ac87-92433b0171f7",
      "ref": "AsP-10060cf76d858",
      "intent": "make_payment",
      "env_mode": "test",
      "payment_method": "Unknown",
      "currency": "NGN",
      "amount": "100",
      "amount_to_usd": "0.0629",
      "description": "Testing payments",
      "meta_data": null,
      "discount": null,
      "cancel_redirect_url": null,
      "status": "open",
      "created_at": "2025-05-23T05:32:46.000000Z",
      "updated_at": "2025-05-23T05:32:46.000000Z",
      "deleted_at": null,
      "last_transaction": {
        "uuid": "4e399dad-3720-49a3-a967-fe03a943a592",
        "ref": "AsT-1933497854434",
        "mode": "redirect",
        "env_mode": "test",
        "payment_channel_slug": "flutterwave",
        "payment_method": "Unknown",
        "currency": "NGN",
        "amount": "100",
        "amount_to_usd": "0.0629",
        "description": "Testing payments",
        "status": "pending",
        "created_at": "2025-05-23T05:33:12.000000Z",
        "updated_at": "2025-05-23T05:54:05.000000Z",
        "deleted_at": null,
        "business_payment_channel": {
          "is_enabled": 1,
          "payment_channel_slug": "flutterwave",
          "is_default": 0,
          "created_at": "2024-05-16T05:47:39.000000Z",
          "updated_at": "2024-05-16T05:47:39.000000Z",
          "webhook_url": "https://api.asyncpay.io/v1/system/hooks/dst8sFJQ/flutterwave",
          "payment_channel": {
            "slug": "flutterwave",
            "display_name": "Flutterwave",
            "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
            "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
            "theme_color": "#FFC366"
          },
          "business": {
            "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
            "name": "Test Business",
            "env_mode": "test",
            "business_category": null,
            "base_currency": "NGN",
            "logo": null,
            "webhook_url": null,
            "default_redirect_url": null,
            "enabled_webhooks": 0,
            "send_subscription_mails": 1,
            "deleted_at": null,
            "created_at": "2024-05-07T00:09:32.000000Z",
            "updated_at": "2024-05-07T00:09:32.000000Z"
          }
        }
      },
      "payment_channel": {
        "slug": "flutterwave",
        "display_name": "Flutterwave",
        "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
        "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
        "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
        "theme_color": "#FFC366"
      },
      "timeline_records": [
        {
          "uuid": "5b600836-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Payment initiated",
          "status": null,
          "created_at": "2025-05-23T05:32:46.000000Z",
          "updated_at": "2025-05-23T05:32:46.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "5bd5754a-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay relayed payment to Paystack",
          "status": null,
          "created_at": "2025-05-23T05:32:46.000000Z",
          "updated_at": "2025-05-23T05:32:46.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "6aa94772-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay voided payment request with Paystack",
          "status": null,
          "created_at": "2025-05-23T05:33:11.000000Z",
          "updated_at": "2025-05-23T05:33:11.000000Z",
          "deleted_at": null
        },
        {
          "uuid": "6b126c10-3797-11f0-ac87-92433b0171f7",
          "payment_method": null,
          "summary": "Asyncpay relayed payment to Flutterwave",
          "status": null,
          "created_at": "2025-05-23T05:33:12.000000Z",
          "updated_at": "2025-05-23T05:33:12.000000Z",
          "deleted_at": null
        }
      ],
      "customer": {
        "customer_id": "LIV-d7a69f411",
        "uuid": "a588dcc2-2db4-11f0-ac87-92433b0171f7",
        "env_mode": "live",
        "first_name": null,
        "last_name": null,
        "name": "Monkey D. Luffy",
        "external_customer_ids": null,
        "email": "[email protected]",
        "phone_code": "+234",
        "phone_number": "8242598707",
        "address_line_1": "The Going Merry",
        "address_line_2": "The Thousand Sunny",
        "city": "Lagos",
        "state": "Lagos",
        "zip": "101233",
        "country": "Nigeria",
        "meta_data": null,
        "deleted_at": null,
        "created_at": "2025-05-10T15:37:14.000000Z",
        "updated_at": "2025-05-10T15:37:14.000000Z",
        "full_name": "Monkey D. Luffy"
      },
      "business": {
        "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
        "name": "Test Business",
        "env_mode": "test",
        "business_category": null,
        "base_currency": "NGN",
        "logo": null,
        "webhook_url": null,
        "default_redirect_url": null,
        "enabled_webhooks": 0,
        "send_subscription_mails": 1,
        "deleted_at": null,
        "created_at": "2024-05-07T00:09:32.000000Z",
        "updated_at": "2024-05-07T00:09:32.000000Z"
      }
    }
  }
}

List Payment Requests

get

This endpoint provides a paginated list of payment requests within your business. You can customize the number of items per page by using the per_page query parameter. Additionally, you have the option to filter the returned payment requests based on their status using the status query parameter.

Authorizations
Responses
200Success
application/json
get
GET /v1/payment-requests/ HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Accept: */*
200Success
{
  "message": "Payment request retrieved successfully",
  "status": "success",
  "data": {
    "payment_requests": {
      "current_page": 1,
      "data": [
        {
          "uuid": "eric-5b5eaf48-3797-11f0-ac87-92433b0171f7",
          "ref": "AsP-10060cf76d858",
          "intent": "make_payment",
          "env_mode": "test",
          "payment_method": "Unknown",
          "currency": "NGN",
          "amount": "100",
          "amount_to_usd": "0.0629",
          "description": "Testing payments",
          "meta_data": null,
          "discount": null,
          "cancel_redirect_url": null,
          "status": "open",
          "created_at": "2025-05-23T05:32:46.000000Z",
          "updated_at": "2025-05-23T05:32:46.000000Z",
          "deleted_at": null,
          "last_transaction": {
            "uuid": "4e399dad-3720-49a3-a967-fe03a943a592",
            "ref": "AsT-1933497854434",
            "mode": "redirect",
            "env_mode": "test",
            "payment_channel_slug": "flutterwave",
            "payment_method": "Unknown",
            "currency": "NGN",
            "amount": "100",
            "amount_to_usd": "0.0629",
            "description": "Testing payments",
            "status": "pending",
            "created_at": "2025-05-23T05:33:12.000000Z",
            "updated_at": "2025-05-23T05:33:12.000000Z",
            "deleted_at": null,
            "business_payment_channel": {
              "is_enabled": 1,
              "payment_channel_slug": "flutterwave",
              "is_default": 0,
              "created_at": "2024-05-16T05:47:39.000000Z",
              "updated_at": "2024-05-16T05:47:39.000000Z",
              "webhook_url": "https://api.asyncpay.io/v1/system/hooks/dst8sFJQ/flutterwave",
              "payment_channel": {
                "slug": "flutterwave",
                "display_name": "Flutterwave",
                "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
                "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
                "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
                "theme_color": "#FFC366"
              },
              "business": {
                "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
                "name": "Test Business",
                "env_mode": "test",
                "business_category": null,
                "base_currency": "NGN",
                "logo": null,
                "webhook_url": null,
                "default_redirect_url": null,
                "enabled_webhooks": 0,
                "send_subscription_mails": 1,
                "deleted_at": null,
                "created_at": "2024-05-07T00:09:32.000000Z",
                "updated_at": "2024-05-07T00:09:32.000000Z"
              }
            }
          },
          "payment_channel": {
            "slug": "flutterwave",
            "display_name": "Flutterwave",
            "summary": "Flutterwave enables businesses sell online, process payments, create financial products, and offer business tailored for growth.",
            "logo": "https://api.asyncpay.io/payment_channels/Flutterwave.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Flutterwave-Full.svg",
            "theme_color": "#FFC366"
          },
          "timeline_records": [
            {
              "uuid": "5b600836-3797-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Payment initiated",
              "status": null,
              "created_at": "2025-05-23T05:32:46.000000Z",
              "updated_at": "2025-05-23T05:32:46.000000Z",
              "deleted_at": null
            },
            {
              "uuid": "5bd5754a-3797-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Asyncpay relayed payment to Paystack",
              "status": null,
              "created_at": "2025-05-23T05:32:46.000000Z",
              "updated_at": "2025-05-23T05:32:46.000000Z",
              "deleted_at": null
            },
            {
              "uuid": "6aa94772-3797-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Asyncpay voided payment request with Paystack",
              "status": null,
              "created_at": "2025-05-23T05:33:11.000000Z",
              "updated_at": "2025-05-23T05:33:11.000000Z",
              "deleted_at": null
            },
            {
              "uuid": "6b126c10-3797-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Asyncpay relayed payment to Flutterwave",
              "status": null,
              "created_at": "2025-05-23T05:33:12.000000Z",
              "updated_at": "2025-05-23T05:33:12.000000Z",
              "deleted_at": null
            }
          ],
          "customer": {
            "customer_id": "LIV-d7a69f411",
            "uuid": "a588dcc2-2db4-11f0-ac87-92433b0171f7",
            "env_mode": "live",
            "first_name": null,
            "last_name": null,
            "name": "Monkey D. Luffy",
            "external_customer_ids": null,
            "email": "[email protected]",
            "phone_code": "+234",
            "phone_number": "8242598707",
            "address_line_1": "The Going Merry",
            "address_line_2": "The Thousand Sunny",
            "city": "Lagos",
            "state": "Lagos",
            "zip": "101233",
            "country": "Nigeria",
            "meta_data": null,
            "deleted_at": null,
            "created_at": "2025-05-10T15:37:14.000000Z",
            "updated_at": "2025-05-10T15:37:14.000000Z",
            "full_name": "Monkey D. Luffy"
          }
        },
        {
          "uuid": "eric-1983a265-375f-11f0-ac87-92433b0171f7",
          "ref": "AsP-a200c69e1ac2b",
          "intent": "make_payment",
          "env_mode": "test",
          "payment_method": "Unknown",
          "currency": "USD",
          "amount": "10",
          "amount_to_usd": "10",
          "description": "Testing payments",
          "meta_data": null,
          "discount": null,
          "cancel_redirect_url": null,
          "status": "open",
          "created_at": "2025-05-22T22:50:03.000000Z",
          "updated_at": "2025-05-22T22:50:04.000000Z",
          "deleted_at": null,
          "last_transaction": {
            "uuid": "0e7735cd-55c1-40fc-9e92-f96d19c7f499",
            "ref": "AsT-f119f66ac81fc",
            "mode": "redirect",
            "env_mode": "test",
            "payment_channel_slug": "stripe",
            "payment_method": "Unknown",
            "currency": "USD",
            "amount": "10",
            "amount_to_usd": "10",
            "description": "Testing payments",
            "status": "pending",
            "created_at": "2025-05-22T22:50:04.000000Z",
            "updated_at": "2025-05-23T05:33:05.000000Z",
            "deleted_at": null,
            "business_payment_channel": {
              "is_enabled": 1,
              "payment_channel_slug": "stripe",
              "is_default": 0,
              "created_at": "2024-05-16T05:47:43.000000Z",
              "updated_at": "2024-05-16T05:47:43.000000Z",
              "webhook_url": "https://api.asyncpay.io/v1/system/hooks/dst8sFJQ/stripe",
              "payment_channel": {
                "slug": "stripe",
                "display_name": "Stripe",
                "summary": "Stripe is a suite of APIs powering online payment processing and commerce solutions for internet businesses of all sizes.",
                "logo": "https://api.asyncpay.io/payment_channels/Stripe.svg",
                "logo_full": "https://api.asyncpay.io/payment_channels/Stripe-Full.svg",
                "theme_color": "#A966FF"
              },
              "business": {
                "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
                "name": "Test Business",
                "env_mode": "test",
                "business_category": null,
                "base_currency": "NGN",
                "logo": null,
                "webhook_url": null,
                "default_redirect_url": null,
                "enabled_webhooks": 0,
                "send_subscription_mails": 1,
                "deleted_at": null,
                "created_at": "2024-05-07T00:09:32.000000Z",
                "updated_at": "2024-05-07T00:09:32.000000Z"
              }
            }
          },
          "payment_channel": {
            "slug": "stripe",
            "display_name": "Stripe",
            "summary": "Stripe is a suite of APIs powering online payment processing and commerce solutions for internet businesses of all sizes.",
            "logo": "https://api.asyncpay.io/payment_channels/Stripe.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Stripe-Full.svg",
            "theme_color": "#A966FF"
          },
          "timeline_records": [
            {
              "uuid": "19853d44-375f-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Payment initiated",
              "status": null,
              "created_at": "2025-05-22T22:50:03.000000Z",
              "updated_at": "2025-05-22T22:50:03.000000Z",
              "deleted_at": null
            },
            {
              "uuid": "19c38ab7-375f-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Asyncpay relayed payment to Stripe",
              "status": null,
              "created_at": "2025-05-22T22:50:04.000000Z",
              "updated_at": "2025-05-22T22:50:04.000000Z",
              "deleted_at": null
            }
          ],
          "customer": {
            "customer_id": "LIV-d7a69f411",
            "uuid": "a588dcc2-2db4-11f0-ac87-92433b0171f7",
            "env_mode": "live",
            "first_name": null,
            "last_name": null,
            "name": "Monkey D. Luffy",
            "external_customer_ids": null,
            "email": "[email protected]",
            "phone_code": "+234",
            "phone_number": "8242598707",
            "address_line_1": "The Going Merry",
            "address_line_2": "The Thousand Sunny",
            "city": "Lagos",
            "state": "Lagos",
            "zip": "101233",
            "country": "Nigeria",
            "meta_data": null,
            "deleted_at": null,
            "created_at": "2025-05-10T15:37:14.000000Z",
            "updated_at": "2025-05-10T15:37:14.000000Z",
            "full_name": "Monkey D. Luffy"
          }
        },
        {
          "uuid": "eric-0a44c6e6-375f-11f0-ac87-92433b0171f7",
          "ref": "AsP-512a1230aea97",
          "intent": "make_payment",
          "env_mode": "test",
          "payment_method": "Unknown",
          "currency": "NGN",
          "amount": "100",
          "amount_to_usd": "0.0629",
          "description": "Testing payments",
          "meta_data": null,
          "discount": null,
          "cancel_redirect_url": null,
          "status": "open",
          "created_at": "2025-05-22T22:49:38.000000Z",
          "updated_at": "2025-05-22T22:49:39.000000Z",
          "deleted_at": null,
          "last_transaction": {
            "uuid": "732c22d3-bd3e-4e50-a545-bbc5d3530ae2",
            "ref": "AsT-1a21f0add2337",
            "mode": "redirect",
            "env_mode": "test",
            "payment_channel_slug": "paystack",
            "payment_method": "Unknown",
            "currency": "NGN",
            "amount": "100",
            "amount_to_usd": "0.0629",
            "description": "Testing payments",
            "status": "pending",
            "created_at": "2025-05-22T22:49:38.000000Z",
            "updated_at": "2025-05-23T05:33:05.000000Z",
            "deleted_at": null,
            "business_payment_channel": {
              "is_enabled": 1,
              "payment_channel_slug": "paystack",
              "is_default": 1,
              "created_at": "2024-05-16T05:47:35.000000Z",
              "updated_at": "2024-05-16T05:47:35.000000Z",
              "webhook_url": "https://api.asyncpay.io/v1/system/hooks/dst8sFJQ/paystack",
              "payment_channel": {
                "slug": "paystack",
                "display_name": "Paystack",
                "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
                "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
                "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
                "theme_color": "#66B5FF"
              },
              "business": {
                "business_id": "41988477-5cc3-49e4-a076-47ef0f4261a2",
                "name": "Test Business",
                "env_mode": "test",
                "business_category": null,
                "base_currency": "NGN",
                "logo": null,
                "webhook_url": null,
                "default_redirect_url": null,
                "enabled_webhooks": 0,
                "send_subscription_mails": 1,
                "deleted_at": null,
                "created_at": "2024-05-07T00:09:32.000000Z",
                "updated_at": "2024-05-07T00:09:32.000000Z"
              }
            }
          },
          "payment_channel": {
            "slug": "paystack",
            "display_name": "Paystack",
            "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
            "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
            "theme_color": "#66B5FF"
          },
          "timeline_records": [
            {
              "uuid": "0a45fea5-375f-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Payment initiated",
              "status": null,
              "created_at": "2025-05-22T22:49:38.000000Z",
              "updated_at": "2025-05-22T22:49:38.000000Z",
              "deleted_at": null
            },
            {
              "uuid": "0ac20bab-375f-11f0-ac87-92433b0171f7",
              "payment_method": null,
              "summary": "Asyncpay relayed payment to Paystack",
              "status": null,
              "created_at": "2025-05-22T22:49:39.000000Z",
              "updated_at": "2025-05-22T22:49:39.000000Z",
              "deleted_at": null
            }
          ],
          "customer": {
            "customer_id": "LIV-d7a69f411",
            "uuid": "a588dcc2-2db4-11f0-ac87-92433b0171f7",
            "env_mode": "live",
            "first_name": null,
            "last_name": null,
            "name": "Monkey D. Luffy",
            "external_customer_ids": null,
            "email": "[email protected]",
            "phone_code": "+234",
            "phone_number": "8242598707",
            "address_line_1": "The Going Merry",
            "address_line_2": "The Thousand Sunny",
            "city": "Lagos",
            "state": "Lagos",
            "zip": "101233",
            "country": "Nigeria",
            "meta_data": null,
            "deleted_at": null,
            "created_at": "2025-05-10T15:37:14.000000Z",
            "updated_at": "2025-05-10T15:37:14.000000Z",
            "full_name": "Monkey D. Luffy"
          }
        }
      ],
      "first_page_url": "https://api.asyncpay.io/v1/payment-requests?page=1",
      "from": 1,
      "last_page": 1,
      "last_page_url": "https://api.asyncpay.io/v1/payment-requests?page=1",
      "links": [
        {
          "url": null,
          "label": "« Previous",
          "active": false
        },
        {
          "url": "https://api.asyncpay.io/v1/payment-requests?page=1",
          "label": "1",
          "active": true
        },
        {
          "url": "https://api.asyncpay.io/v1/payment-requests?page=1",
          "label": "2",
          "active": false
        },
        {
          "url": "https://api.asyncpay.io/v1/payment-requests?page=1",
          "label": "Next »",
          "active": false
        }
      ],
      "next_page_url": "https://api.asyncpay.io/v1/payment-requests?page=1",
      "path": "https://api.asyncpay.io/v1/payment-requests",
      "per_page": 10,
      "prev_page_url": null,
      "to": 3,
      "total": 3
    }
  }
}

Subscribe to Subscription Plan

post

This endpoint is similar to the initiate payment request, but it is used exclusively to subscribe a customer to a plan.

This endpoint initiates a payment request and a checkout process with the sole intention of subscribing the customer to a specified plan.

A customer can either be subscribed to a plan in trial mode (which charges the lowest possible charge a payment channel accepts to save a payment method) or in the default mode that charges the customer the regular subscription fee defined in the subscription plan.

Authorizations
Body
customer_uuidstring | nullOptional

The UUID of the customer that is initiating this payment request. This field is required if customer_email and customerfields are absent.

customer_emailstring | nullOptional

The email of the customer that is intiating this payment request. This field is required if customer_email and customerfields are absent.

referencestring | nullOptional

Your unique reference of this payment request.

payment_channelstring | nullOptional

The slug of the payment channel that Asyncpay should route this payment through.

success_redirect_urlstring | nullOptional

A URL to redirect the customer to after a successful payment

failure_redirect_urlstring | nullOptional

A URL to redirect the customer to after a cancelled payment

subscription_plan_uuidstringRequired

The UUID of the subscription plan.

save_payment_methodboolean | nullOptional

A boolean flag that tells Asyncpay whether or not to save the payment method the user uses to make this payment.

is_trialboolean | nullOptional

A booelan flag that tells Asyncpay that you are subscribing the user to a plan in trial mode. In this mode, Asyncpay would charge the lowest possible fee that the payment channel supports for the first billing cycle, after which it would charge the regular subscription fee.

meta_dataobject | nullOptional

An arbitrary object to store additional data for the payment request

Responses
201Success
application/json
post
POST /v1/payment-requests/subscribe-to-plan HTTP/1.1
Host: 
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 149

{
  "customer_uuid": "953fb557-2da9-11f0-ac87-92433b0171f7",
  "subscription_plan_uuid": "82b02e0b-34aa-11f0-ac87-92433b0171f7",
  "payment_channel": "paystack"
}
201Success
{
  "message": "Payment request initiated successfully",
  "status": "success",
  "data": {
    "payment_request": {
      "uuid": "eric-02a965e2-3790-11f0-ac87-92433b0171f7",
      "ref": "AsP-6f73551721017",
      "intent": "subscription",
      "env_mode": "live",
      "payment_method": "Unknown",
      "currency": "NGN",
      "amount": "200",
      "amount_to_usd": "0.12",
      "description": "Subscription to One Piece",
      "meta_data": null,
      "discount": null,
      "cancel_redirect_url": null,
      "status": "open",
      "created_at": "2025-05-23T04:40:10.000000Z",
      "updated_at": "2025-05-23T04:40:11.000000Z",
      "deleted_at": null,
      "last_transaction": {
        "uuid": "b4b66f90-6822-4275-a275-ec0f273c5fe5",
        "ref": "AsT-c17c73f3f63f2",
        "mode": "redirect",
        "env_mode": "live",
        "payment_channel_slug": "paystack",
        "payment_method": "Unknown",
        "currency": "NGN",
        "amount": "200",
        "amount_to_usd": "0.12",
        "description": "Subscription to One Piece",
        "status": "pending",
        "created_at": "2025-05-23T04:40:11.000000Z",
        "updated_at": "2025-05-23T04:40:11.000000Z",
        "deleted_at": null,
        "business_payment_channel": {
          "is_enabled": 1,
          "payment_channel_slug": "paystack",
          "is_default": 1,
          "created_at": "2024-12-11T04:27:43.000000Z",
          "updated_at": "2024-12-11T04:27:43.000000Z",
          "webhook_url": "https://api.asyncpay.io/v1/system/hooks/i_FPCY-c/paystack",
          "payment_channel": {
            "slug": "paystack",
            "display_name": "Paystack",
            "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
            "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
            "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
            "theme_color": "#66B5FF"
          },
          "business": {
            "business_id": "faa21200-1f36-45b3-b5e8-6adaccf5d7d6",
            "name": "Live Paystack",
            "env_mode": "live",
            "business_category": null,
            "base_currency": "NGN",
            "logo": null,
            "webhook_url": "https://webhook.site/73731d7f-b92c-423c-8393-89ebe77e02c0",
            "default_redirect_url": null,
            "enabled_webhooks": 1,
            "send_subscription_mails": 1,
            "deleted_at": null,
            "created_at": "2024-12-11T04:21:38.000000Z",
            "updated_at": "2024-12-16T10:03:17.000000Z"
          }
        }
      },
      "payment_channel": {
        "slug": "paystack",
        "display_name": "Paystack",
        "summary": "Paystack helps new generation of innovative, forward-looking businesses in Africa get paid by anyone, anywhere in the world.",
        "logo": "https://api.asyncpay.io/payment_channels/Paystack.svg",
        "logo_full": "https://api.asyncpay.io/payment_channels/Paystack-Full.svg",
        "theme_color": "#66B5FF"
      },
      "customer": {
        "customer_id": "LIV-531018855",
        "uuid": "953fb557-2da9-11f0-ac87-92433b0171f7",
        "env_mode": "live",
        "first_name": "Roronoa",
        "last_name": "Zoro",
        "name": null,
        "external_customer_ids": null,
        "email": "[email protected]",
        "phone_code": "+234",
        "phone_number": "8246578707",
        "address_line_1": "The Going Merry",
        "address_line_2": "The Thousand Sunny",
        "city": "Lagos",
        "state": "Lagos",
        "zip": "101233",
        "country": "Nigeria",
        "meta_data": {
          "uid": "84734",
          "status": "Dignified"
        },
        "deleted_at": null,
        "created_at": "2025-05-10T14:18:02.000000Z",
        "updated_at": "2025-05-10T14:18:02.000000Z",
        "full_name": "Roronoa Zoro"
      },
      "business": {
        "business_id": "faa21200-1f36-45b3-b5e8-6adaccf5d7d6",
        "name": "Live Paystack",
        "env_mode": "live",
        "business_category": null,
        "base_currency": "NGN",
        "logo": null,
        "webhook_url": "https://webhook.site/73731d7f-b92c-423c-8393-89ebe77e02c0",
        "default_redirect_url": null,
        "enabled_webhooks": 1,
        "send_subscription_mails": 1,
        "deleted_at": null,
        "created_at": "2024-12-11T04:21:38.000000Z",
        "updated_at": "2024-12-16T10:03:17.000000Z"
      },
      "subscription_plan": {
        "uuid": "82b02e0b-34aa-11f0-ac87-92433b0171f7",
        "env_mode": "live",
        "name": "One Piece",
        "tags": null,
        "send_subscription_mails": 1,
        "initial_amount": null,
        "initial_amount_to_usd": "0.00",
        "trial_period": null,
        "amount": "200",
        "amount_to_usd": "0.12",
        "currency": "NGN",
        "interval": "monthly",
        "interval_count": null,
        "link_id": "fv6CGsz6",
        "meta_data": null,
        "status": "inactive",
        "deleted_at": null,
        "created_at": "2025-05-19T12:12:19.000000Z",
        "updated_at": "2025-05-23T00:21:10.000000Z",
        "total_subscribers": 0,
        "total_subscription_payments": 0,
        "number_of_subscription_payments": 0
      }
    },
    "action": "https://checkout.paystack.com/kdr8txyil7tti4f"
  }
}

Last updated