API

API

    ›Payment Collection

    Getting Started

    • Introduction

    Authencation

    • Register
    • Login
    • Password reset
    • Resend Mobile Verification
    • Resend Email Verification

    Profile

    • Get profile
    • Update profile
    • Change email
    • Change password
    • List companies

    Dashboard

    • Get dashboard
    • Get recent activity
    • List cards

    Pay

    • List payments
    • Get payment detail
    • List schedules
    • List schedules compact
    • Get schedule detail
    • List payees
    • Get payee details
    • Update favorite payment
    • Cancel Schedule

    Fetch

    • List payment collections
    • List payers
    • Get payer details

    Payment Collection

    • Resend Collected Payment Request
    • Create Collected Payment Request
    • Validate Collected Payment Request
    • Delete Collected Payment
    • Create Collected Tax Payment
    • Update Collected Tax Payment
    • Create Collected Invoice Item
    • Update Collected Invoice Item
    • Create Payment Collection Payer
    • Update Payment Collection Payer
    • Delete Payment Collection Payer
    • Create Collected Account
    • Update Collected Account
    • Update Collected Account Additional Setting
    • Update Collected Account Other Setting
    • Update Collected Account Draft Setting
    • User Mark Payment As Completed

    Coupon

    • Apply Coupon
    • Remove Coupon Usage

    Response

    • Response

    Other

    • Upload Files
    • Upload Files Public
    • Validate And Search UEN
    • Validate Amount

    Webhook

    • Mailgun Failed Email Webhoob
    • Twilio message webhook
    • Mailgun Receive Email Webhook
    • Active Campaign Import Contact Webhook
    • WP Webhook
    • Webhook Finmo Payout
    • Verify Email
    • 3ds Callback
    • 3ds Frame Post
    • 3ds Payment Update Callback
    • Resend Verify Email With Redirection
    • TripleA Refund Callback

    Admin

    • Add Coupons For Admin
    • Edit Coupons For Admin
    • Add Localized Strings For Admin
    • Update Localized Strings For Admin
    • Mark Payment As Completed For Admin
    • Admin Deposit International Payment
    • Bulk Mark Payments As Completed For Admin
    • Request Login
    • Admin Fully Refund A Payment
    • Admin Hold Payment
    • Admin Partial Refund A Payment Fee
    • Admin Partial Refund A Payment Principal
    • Admin Partial Refund Payment Principal With Fees
    • Admin Process Refund Payment
    • Admin Expedite Payment
    • Admin Assign Account Manager
    • Admin Resend Verify Email
    • Admin Change Status Collected Account
    • Admin Add Document Collected Account
    • Admin Cancel Payments
    • Admin Edit Payment Payee Request
    • Admin Add Or Update UEN
    • Admin Delete UEN
    • Upload Admin Files
    • Block User For Admin
    • Un Block User For Admin
    • Admin Change Status Comply Advantage Report
    • Handle Admin Update Payout
    • Admin Payments For Approval

    Create Collected Account

    Create Collected Account.

    Request

    Request header:

    POST https://api.ipaymy.com/v2/payment_collections/collected_account
    Host: api.ipaymy.com
    Accept: application/json
    

    Request body:

    {
      "id": 0,
      "business_type": 0,
      "business_industry": 0,
      "first_name": "",
      "last_name": "",
      "recipient_email": "",
      "confirm_recipient_email": "",
      "account_id": 0,
      "registration_number": "",
      "company_name": "",
      "currency_id": 0,
      "country_id": 0,
      "bank_id": 0,
      "bank_bsb_id": 0,
      "bank_code": "",
      "bsb_code": "",
      "account_number": "",
      "bank_documents": [""],
      "default_statement_descriptor": "",
      "default_fee_payer": 0,
      "default_int_fee_payer": 0,
      "default_crypto_rate_payer": 0,
      "requester_national_rate": 0,
      "requester_oversea_rate": 0,
      "requester_crypto_rate": 0,
      "requester_rates": [
        {
          "brand_id": 0,
          "national": 0,
          "international": 0,
          "fee_payer": 0,
          "int_fee_payer": 0,
          "crypto_rate": 0,
          "crypto_rate_payer": 0
        }
      ],
      "purpose_id": 0,
      "company_sms_name": "",
      "confirmed_account_number": "",
      "draft": true,
      "to_create_or_upload_invoice": "create | upload | sms | none",
      "gst_registration_number": "",
      "company_address_line_1": "",
      "company_address_line_2": "",
      "branding_color": "",
      "company_logo": "",
      "confirmed_tnc": true,
      "confirmed_policy": true,
      "is_secondary": true,
      "commission_rate": 0,
      "recipient_name": "",
      "bank_raw_swift_code": "",
      "required_verification_fields": [""],
      "b_acra_bizfile": [""],
      "b_poba": [""],
      "b_structured_chart": [""],
      "b_letter_of_authorization": [""],
      "business_operating_model": "",
      "customer_serve": "",
      "business_website": "",
      "average_invoice_number": 0,
      "myinfo_biz": {
        "person": {
          "nationality": {
            "code": "",
            "desc": ""
          }
        },
        "entity": {
          "basic-profile": {
            "uen": {
              "value": ""
            },
            "entity-name": {
              "value": ""
            },
            "entity-type": {
              "value": ""
            },
            "entity-status": {
              "value": ""
            },
            "primary-activity": {
              "code": "",
              "desc": ""
            },
            "secondary-activity": {
              "code": "",
              "desc": ""
            },
            "registration-date": {
              "value": ""
            },
            "company-type": {
              "code": "",
              "desc": ""
            },
            "ownership": {
              "code": "",
              "desc": ""
            },
            "country-of-incorporation": {
              "code": "",
              "desc": ""
            }
          },
          "addresses": {
            "addresses-list": [
              {
                "history-name": {
                  "value": ""
                },
                "history-name-effective-date": {
                  "value": ""
                }
              }
            ],
            "lastupdated": "",
            "source": "",
            "classification": ""
          }
        }
      }
    }
    

    Response

    Response body:

    {
      "data": {
        "id": 690
      },
      "error": 0
    }
    

    Response codes:

    • 200: Good stuff, and the response body should be easy to parse.
    • 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.
    ← Delete Payment Collection PayerUpdate Collected Account →
    Copyright © 2024 ipaymy.com