{% extends "base.html" %} {% load static %} {% block title %}Payout Setup — {{ vendor.store_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block body %}
← Back to Settings

Payout Account

Set up where your secure payment payouts are sent when buyers confirm delivery. All payouts are in Ghana Cedis (GHS).

{% if saved %}
Payout account saved successfully.
{% endif %} {% if errors %}
{% for e in errors %}

{{ e }}

{% endfor %}
{% endif %} {% if payout_acct and not saved %}

Current Payout Account

TYPE{{ payout_acct.get_account_type_display }}
NAME{{ payout_acct.account_name }}
NUMBER{{ payout_acct.account_number }}
RECIPIENT CODE{{ payout_acct.paystack_recipient_code }}
{% endif %}
{% csrf_token %}
1

Payment Method

Cancel
{% endblock %}