Saved Card Billing
Get saved card details
Use this API to get the detail of recurring billing with a saved card. If the card is saved the response will have the card details (The last 4 digits and card brand). You can use the card details to display it to the users so they are aware of which card is saved and give them the option to change the card by navigating to the “url”
GET
/
v1
/
recurring-billing
/
{recurring_billing_id}
Headers
X-BUSINESS-API-KEY
string
requiredPath Parameters
recurring_billing_id
string
requiredResponse
200 - application/json
id
string
business_recurring_plans_id
any
customer_name
string
customer_email
string
customer_phone_number
any
customer_phone_number_country_code
any
name
string
description
string
reference
string
cycle
string
cycle_repeat
any
cycle_frequency
any
currency
string
price
number
amount
number
times_to_be_charged
any
times_charged
any
status
string
send_email
number
save_card
number
redirect_url
string
payment_methods
string[]
payment_provider_charge_method
string
created_at
string
updated_at
string
pause_from
any
pause_until
any
expires_at
any
url
string
webhook
string
webhook_retry_count
number
webhook_last_attempt
any
dbs_dda_reference
string
total_charge
number
payment_method
object
Was this page helpful?