v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Bank Accounts

Send Penny Amount

When penny verification is enabled, this API call sends two penny transactions to the specified bank account for verification. Note: This API call is not required when your platform has automatic penny verification enabled, as this is instead done by the system. Penny credit verification is only supported for US platforms.

patch/bank_accounts/{id}/penny_send

Path parameters

idstring required

Bank account ID

Response

OK

Example response

{
  "bank_accounts": {
    "active": true,
    "id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
    "currency": "AUD",
    "verification_status": "not_verified",
    "bank": {
      "bank_name": "Bank of Australia",
      "country": "AUS",
      "account_name": "Samuel Seller",
      "routing_number": "XXXXX3",
      "account_number": "XXX234",
      "holder_type": "personal",
      "account_type": "checking",
      "direct_debit_authority_status": "approved"
    }
  }
}