cURL
curl --request POST \ --url http://127.0.0.1:8080/api/v1/payment-accounts \ --header 'Content-Type: application/json' \ --data ' { "property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "bank_name": "<string>", "bank_account_number": "<string>", "bank_account_holder": "<string>", "transfer_template": "<string>", "is_default": true } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_default": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "bank_name": "<string>", "bank_account_number": "<string>", "bank_account_holder": "<string>", "transfer_template": "<string>" }
Created payment account