POST /persons/:id/pay-send
Sends payment to user. Note. This endpoint counts towards your API usage limit for the PayMeBack product, as one call. Headers Key Value Content-Type application/json Authorization Bearer {token} [...]
POST /persons/:id/pay-verify
Verifies user funding source. Headers Key Value Content-Type application/json Authorization Bearer {token} Request Key Required Comment amount1 Yes float amount2 Yes float Response No Response. [...]
POST /persons/:id/pay
Register user, funding source, and initiate micro-deposit. Headers Key Value Content-Type application/json Authorization Bearer {token} Request Key Required Comment account_no Yes int routing_no [...]
Code Samples
To help you integrate with our API quickly, we have provided you code snippets for both Python & JavaScript (React). Using these resources, you can hit the ground running. Python This wrapper [...]