Transfer Money

This section describe how to transfer money from your Payfric to another Payfric account right from your own application

Send a Get request

GET https://payfric.com/wp-json/payfric/v1/transfer

This endpoint allows you to transfer from your payfric account to other payfric account

Path Parameters

Name
Type
Description

secret_key

string

Your payfric secrete key

amount

number

Amount to transfer

s_email

string

Sender's payfric email address

r_email

string

receiver's payfric email address

{
    'error': 0,
    'message': 'Payment successful'
}

Last updated

Was this helpful?