Home / eCommerce / Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code
Duplicate Snippet

Embed Snippet on Your Site

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

Code Preview
php
<?php
update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

Comments

Add a Comment