graphql-engine/docs/graphql/cloud/payment-methods.rst
Shraddha Agrawal f64e2f1aab docs: add manage cards docs
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: f5ab0f02a812b016a1f97044bda4d4937772268b
2021-01-22 20:24:22 +00:00

65 lines
1.5 KiB
ReStructuredText

.. meta::
:description: Manage Payment Methods
:keywords: hasura, cloud, docs, payment, cards, manage cards, payment methods, manage payment methods
.. _payment_methods:
Manage payment methods
======================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
You can add one or more cards as a payment method for upcoming billing cycles on your Hasura Cloud account.
Add a new card
--------------
Go to the billing section, and click on ``View Cards``.
.. thumbnail:: /img/graphql/cloud/payment/manage_cards.png
:alt: view saved cards
Click the ``+`` sign to add a new card.
.. thumbnail:: /img/graphql/cloud/payment/add_new_card.png
:alt: add a new card
:width: 437px
After adding appropriate values, click ``Save``.
Setting a default card
----------------------
The default card is used for the payment of upcoming billing cycles.
Select the card you want to set as the default payment method or add a new card, check the ``Set Card as Default`` option and click ``Save``.
.. thumbnail:: /img/graphql/cloud/payment/set_existing_default.png
:alt: set an exiting card as the default card
:width: 437px
.. thumbnail:: /img/graphql/cloud/payment/set_new_default.png
:alt: Add a new card as the default card
:width: 437px
Delete a card
-------------
Select the card you want to delete and click the ``Remove Card`` option.
.. thumbnail:: /img/graphql/cloud/payment/delete_card.png
:alt: Delete card
:width: 437px
.. note::
A card set as default can not be deleted.